Html Css Color HEX #75A2CE Jordy Blue

📋 copy color: '#75A2CE'

red 117 ◦ green 162 ◦ blue 206

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

Shades of Jordy Blue #75A2CE

Tints of Jordy Blue #75A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 24.12%
G = 33.4%
B = 42.47%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75A2CE (or 0x75A2CE) is known color: Jordy Blue. HEX triplet: 75, A2 and CE. RGB value is (117,162,206). Sum of RGB (Red+Green+Blue) = 117+162+206=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #75A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2CE is #8A5D31. Grayscale: #999999. Windows color (decimal): -9067826 or 13542005. OLE color: 13542005.

HSL color Cylindrical-coordinate representation of color #75A2CE: hue angle of 209.66º 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 #75A2CE is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 162 206 -
CMYK 0.43 0.21 0 0.19
HSL 209.66º 0.48% 0.63% -
HSV(B) 209.66º 0.43% 0.81% -
XYZ 31.4 34.08 63.32 -
YUV 153.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 117 162 206 0.43 0.21 0 0.19 209.66 0.48 0.63
Hex 75 A2 CE 2B 15 0 13 D2 30 3F
Octal 165 242 316 53 25 0 23 322 60 77
Binary 1110101 10100010 11001110 101011 10101 0 10011 11010010 110000 111111

Color Harmonies of #75A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A2CE

Black with #75A2CE

Text Example


Text Example

White with #75A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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