Html Css Color HEX #8CAAEC Jordy Blue

📋 copy color: '#8CAAEC'

red 140 ◦ green 170 ◦ blue 236

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

Shades of Jordy Blue #8CAAEC

Tints of Jordy Blue #8CAAEC

RGB

 RED value IS 140 (55.08% from 255) = 25.64%

 GREEN value IS 170 (66.8% from 255) = 31.14%

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 25.64%
G = 31.14%
B = 43.22%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CAAEC (or 0x8CAAEC) is known color: Jordy Blue. HEX triplet: 8C, AA and EC. RGB value is (140,170,236). Sum of RGB (Red+Green+Blue) = 140+170+236=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #8CAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAEC is #735513. Grayscale: #A8A8A8. Windows color (decimal): -7558420 or 15510156. OLE color: 15510156.

HSL color Cylindrical-coordinate representation of color #8CAAEC: hue angle of 221.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CAAEC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 170 236 -
CMYK 0.41 0.28 0 0.07
HSL 221.25º 0.72% 0.74% -
HSV(B) 221.25º 0.41% 0.93% -
XYZ 40.33 40.38 85.03 -
YUV 168.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 140 170 236 0.41 0.28 0 0.07 221.25 0.72 0.74
Hex 8C AA EC 29 1C 0 7 DD 48 4A
Octal 214 252 354 51 34 0 7 335 110 112
Binary 10001100 10101010 11101100 101001 11100 0 111 11011101 1001000 1001010

Color Harmonies of #8CAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAAEC

Black with #8CAAEC

Text Example


Text Example

White with #8CAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CAAEC; }

 p { color: rgb(140,170,236); }

 H1.HeaderClassName
 {
   color: #8CAAEC;
 }
 .AnyTagClassName
 {
   color: #8CAAEC;
 }
</style>

background-color css

<style>
 a { background-color: #8CAAEC; }

 a { background-color: rgb(140,170,236); }

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

border-color css

<style>
 span { border-color: #8CAAEC; }

 span { border-color: rgb(140,170,236); }

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