Html Css Color HEX #8CABEC Jordy Blue

📋 copy color: '#8CABEC'

red 140 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #8CABEC

Tints of Jordy Blue #8CABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.26%

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

R = 25.59%
G = 31.26%
B = 43.14%

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

#8CABEC (or 0x8CABEC) is known color: Jordy Blue. HEX triplet: 8C, AB and EC. RGB value is (140,171,236). Sum of RGB (Red+Green+Blue) = 140+171+236=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #8CABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CABEC is #735413. Grayscale: #A8A8A8. Windows color (decimal): -7558164 or 15510412. OLE color: 15510412.

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

Color convert

RGB 140 171 236 -
CMYK 0.41 0.28 0 0.07
HSL 220.63º 0.72% 0.74% -
HSV(B) 220.63º 0.41% 0.93% -
XYZ 40.52 40.76 85.09 -
YUV 169.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 140 171 236 0.41 0.28 0 0.07 220.63 0.72 0.74
Hex 8C AB EC 29 1C 0 7 DD 48 4A
Octal 214 253 354 51 34 0 7 335 110 112
Binary 10001100 10101011 11101100 101001 11100 0 111 11011101 1001000 1001010

Color Harmonies of #8CABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABEC

Black with #8CABEC

Text Example


Text Example

White with #8CABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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