Html Css Color HEX #8CACE8 Jordy Blue

📋 copy color: '#8CACE8'

red 140 ◦ green 172 ◦ blue 232

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

Shades of Jordy Blue #8CACE8

Tints of Jordy Blue #8CACE8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

 BLUE value IS 232 (91.02% from 255) = 42.65%

R = 25.74%
G = 31.62%
B = 42.65%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8CACE8 (or 0x8CACE8) is known color: Jordy Blue. HEX triplet: 8C, AC and E8. RGB value is (140,172,232). Sum of RGB (Red+Green+Blue) = 140+172+232=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #8CACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACE8 is #735317. Grayscale: #A9A9A9. Windows color (decimal): -7557912 or 15248524. OLE color: 15248524.

HSL color Cylindrical-coordinate representation of color #8CACE8: hue angle of 219.13º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CACE8 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 172 232 -
CMYK 0.40 0.26 0 0.09
HSL 219.13º 0.67% 0.73% -
HSV(B) 219.13º 0.4% 0.91% -
XYZ 40.13 40.91 82.12 -
YUV 169.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 140 172 232 0.40 0.26 0 0.09 219.13 0.67 0.73
Hex 8C AC E8 28 1A 0 9 DB 43 49
Octal 214 254 350 50 32 0 11 333 103 111
Binary 10001100 10101100 11101000 101000 11010 0 1001 11011011 1000011 1001001

Color Harmonies of #8CACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACE8

Black with #8CACE8

Text Example


Text Example

White with #8CACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,232); }

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

background-color css

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

 a { background-color: rgb(140,172,232); }

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

border-color css

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

 span { border-color: rgb(140,172,232); }

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