Html Css Color HEX #75A4CE Jordy Blue

📋 copy color: '#75A4CE'

red 117 ◦ green 164 ◦ blue 206

#75A4CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #75A4CE

Tints of Jordy Blue #75A4CE

RGB

 RED value IS 117 (46.09% from 255) = 24.02%

 GREEN value IS 164 (64.45% from 255) = 33.68%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 24.02%
G = 33.68%
B = 42.3%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75A4CE (or 0x75A4CE) is known color: Jordy Blue. HEX triplet: 75, A4 and CE. RGB value is (117,164,206). Sum of RGB (Red+Green+Blue) = 117+164+206=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #75A4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A4CE is #8A5B31. Grayscale: #9A9A9A. Windows color (decimal): -9067314 or 13542517. OLE color: 13542517.

HSL color Cylindrical-coordinate representation of color #75A4CE: hue angle of 208.31º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75A4CE is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 164 206 -
CMYK 0.43 0.20 0 0.19
HSL 208.31º 0.48% 0.63% -
HSV(B) 208.31º 0.43% 0.81% -
XYZ 31.75 34.79 63.43 -
YUV 154.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 117 164 206 0.43 0.20 0 0.19 208.31 0.48 0.63
Hex 75 A4 CE 2B 14 0 13 D0 30 3F
Octal 165 244 316 53 24 0 23 320 60 77
Binary 1110101 10100100 11001110 101011 10100 0 10011 11010000 110000 111111

Color Harmonies of #75A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A4CE

Black with #75A4CE

Text Example


Text Example

White with #75A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A4CE; }

 p { color: rgb(117,164,206); }

 H1.HeaderClassName
 {
   color: #75A4CE;
 }
 .AnyTagClassName
 {
   color: #75A4CE;
 }
</style>

background-color css

<style>
 a { background-color: #75A4CE; }

 a { background-color: rgb(117,164,206); }

 div.DivClassName
 {
   background-color: #75A4CE;
 }
 .BgClassName
 {
   background-color: #75A4CE;
 }
</style>

border-color css

<style>
 span { border-color: #75A4CE; }

 span { border-color: rgb(117,164,206); }

 td.TdClassName
 {
   border-color: #75A4CE;
 }
 .TagClassName
 {
   border-color: #75A4CE;
 }
</style>