Html Css Color HEX #8CACED Jordy Blue

📋 copy color: '#8CACED'

red 140 ◦ green 172 ◦ blue 237

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

Shades of Jordy Blue #8CACED

Tints of Jordy Blue #8CACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 25.5%
G = 31.33%
B = 43.17%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CACED (or 0x8CACED) is known color: Jordy Blue. HEX triplet: 8C, AC and ED. RGB value is (140,172,237). Sum of RGB (Red+Green+Blue) = 140+172+237=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACED is #735312. Grayscale: #A9A9A9. Windows color (decimal): -7557907 or 15576204. OLE color: 15576204.

HSL color Cylindrical-coordinate representation of color #8CACED: hue angle of 220.21º degrees, saturation: 0.73, 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 #8CACED is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 172 237 -
CMYK 0.41 0.27 0 0.07
HSL 220.21º 0.73% 0.74% -
HSV(B) 220.21º 0.41% 0.93% -
XYZ 40.85 41.19 85.92 -
YUV 169.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 140 172 237 0.41 0.27 0 0.07 220.21 0.73 0.74
Hex 8C AC ED 29 1B 0 7 DC 49 4A
Octal 214 254 355 51 33 0 7 334 111 112
Binary 10001100 10101100 11101101 101001 11011 0 111 11011100 1001001 1001010

Color Harmonies of #8CACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACED

Black with #8CACED

Text Example


Text Example

White with #8CACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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