Html Css Color HEX #8CACE5 Jordy Blue

📋 copy color: '#8CACE5'

red 140 ◦ green 172 ◦ blue 229

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

Shades of Jordy Blue #8CACE5

Tints of Jordy Blue #8CACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 25.88%
G = 31.79%
B = 42.33%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8CACE5 (or 0x8CACE5) is known color: Jordy Blue. HEX triplet: 8C, AC and E5. RGB value is (140,172,229). Sum of RGB (Red+Green+Blue) = 140+172+229=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #8CACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACE5 is #73531A. Grayscale: #A8A8A8. Windows color (decimal): -7557915 or 15051916. OLE color: 15051916.

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

Color convert

RGB 140 172 229 -
CMYK 0.39 0.25 0 0.10
HSL 218.43º 0.63% 0.72% -
HSV(B) 218.43º 0.39% 0.9% -
XYZ 39.71 40.74 79.9 -
YUV 168.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 140 172 229 0.39 0.25 0 0.10 218.43 0.63 0.72
Hex 8C AC E5 27 19 0 A DA 3F 48
Octal 214 254 345 47 31 0 12 332 77 110
Binary 10001100 10101100 11100101 100111 11001 0 1010 11011010 111111 1001000

Color Harmonies of #8CACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACE5

Black with #8CACE5

Text Example


Text Example

White with #8CACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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