Html Css Color HEX #8CB2EA Jordy Blue

📋 copy color: '#8CB2EA'

red 140 ◦ green 178 ◦ blue 234

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

Shades of Jordy Blue #8CB2EA

Tints of Jordy Blue #8CB2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.25%

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 25.36%
G = 32.25%
B = 42.39%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CB2EA (or 0x8CB2EA) is known color: Jordy Blue. HEX triplet: 8C, B2 and EA. RGB value is (140,178,234). Sum of RGB (Red+Green+Blue) = 140+178+234=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB2EA is #734D15. Grayscale: #ACACAC. Windows color (decimal): -7556374 or 15381132. OLE color: 15381132.

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

Color convert

RGB 140 178 234 -
CMYK 0.40 0.24 0 0.08
HSL 215.74º 0.69% 0.73% -
HSV(B) 215.74º 0.4% 0.92% -
XYZ 41.59 43.36 84.02 -
YUV 173.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 140 178 234 0.40 0.24 0 0.08 215.74 0.69 0.73
Hex 8C B2 EA 28 18 0 8 D8 45 49
Octal 214 262 352 50 30 0 10 330 105 111
Binary 10001100 10110010 11101010 101000 11000 0 1000 11011000 1000101 1001001

Color Harmonies of #8CB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB2EA

Black with #8CB2EA

Text Example


Text Example

White with #8CB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,178,234); }

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

background-color css

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

 a { background-color: rgb(140,178,234); }

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

border-color css

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

 span { border-color: rgb(140,178,234); }

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