Html Css Color HEX #8CACE4 Jordy Blue

📋 copy color: '#8CACE4'

red 140 ◦ green 172 ◦ blue 228

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

Shades of Jordy Blue #8CACE4

Tints of Jordy Blue #8CACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.22%

R = 25.93%
G = 31.85%
B = 42.22%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8CACE4 (or 0x8CACE4) is known color: Jordy Blue. HEX triplet: 8C, AC and E4. RGB value is (140,172,228). Sum of RGB (Red+Green+Blue) = 140+172+228=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #8CACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACE4 is #73531B. Grayscale: #A8A8A8. Windows color (decimal): -7557916 or 14986380. OLE color: 14986380.

HSL color Cylindrical-coordinate representation of color #8CACE4: hue angle of 218.18º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CACE4 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 172 228 -
CMYK 0.39 0.25 0 0.11
HSL 218.18º 0.62% 0.72% -
HSV(B) 218.18º 0.39% 0.89% -
XYZ 39.57 40.68 79.17 -
YUV 168.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 140 172 228 0.39 0.25 0 0.11 218.18 0.62 0.72
Hex 8C AC E4 27 19 0 B DA 3E 48
Octal 214 254 344 47 31 0 13 332 76 110
Binary 10001100 10101100 11100100 100111 11001 0 1011 11011010 111110 1001000

Color Harmonies of #8CACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACE4

Black with #8CACE4

Text Example


Text Example

White with #8CACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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