Html Css Color HEX #8CACEB Jordy Blue

📋 copy color: '#8CACEB'

red 140 ◦ green 172 ◦ blue 235

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

Shades of Jordy Blue #8CACEB

Tints of Jordy Blue #8CACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 25.59%
G = 31.44%
B = 42.96%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CACEB (or 0x8CACEB) is known color: Jordy Blue. HEX triplet: 8C, AC and EB. RGB value is (140,172,235). Sum of RGB (Red+Green+Blue) = 140+172+235=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACEB is #735314. Grayscale: #A9A9A9. Windows color (decimal): -7557909 or 15445132. OLE color: 15445132.

HSL color Cylindrical-coordinate representation of color #8CACEB: hue angle of 219.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CACEB is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 172 235 -
CMYK 0.40 0.27 0 0.08
HSL 219.79º 0.7% 0.74% -
HSV(B) 219.79º 0.4% 0.92% -
XYZ 40.56 41.08 84.39 -
YUV 169.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 140 172 235 0.40 0.27 0 0.08 219.79 0.7 0.74
Hex 8C AC EB 28 1B 0 8 DC 46 4A
Octal 214 254 353 50 33 0 10 334 106 112
Binary 10001100 10101100 11101011 101000 11011 0 1000 11011100 1000110 1001010

Color Harmonies of #8CACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACEB

Black with #8CACEB

Text Example


Text Example

White with #8CACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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