Html Css Color HEX #8EB2DF Jordy Blue

📋 copy color: '#8EB2DF'

red 142 ◦ green 178 ◦ blue 223

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

Shades of Jordy Blue #8EB2DF

Tints of Jordy Blue #8EB2DF

RGB

 RED value IS 142 (55.86% from 255) = 26.15%

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 26.15%
G = 32.78%
B = 41.07%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EB2DF (or 0x8EB2DF) is known color: Jordy Blue. HEX triplet: 8E, B2 and DF. RGB value is (142,178,223). Sum of RGB (Red+Green+Blue) = 142+178+223=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EB2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2DF is #714D20. Grayscale: #ACACAC. Windows color (decimal): -7425313 or 14660238. OLE color: 14660238.

HSL color Cylindrical-coordinate representation of color #8EB2DF: hue angle of 213.33º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EB2DF is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 178 223 -
CMYK 0.36 0.20 0 0.13
HSL 213.33º 0.56% 0.72% -
HSV(B) 213.33º 0.36% 0.87% -
XYZ 40.4 42.92 75.97 -
YUV 172.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 142 178 223 0.36 0.20 0 0.13 213.33 0.56 0.72
Hex 8E B2 DF 24 14 0 D D5 38 48
Octal 216 262 337 44 24 0 15 325 70 110
Binary 10001110 10110010 11011111 100100 10100 0 1101 11010101 111000 1001000

Color Harmonies of #8EB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB2DF

Black with #8EB2DF

Text Example


Text Example

White with #8EB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,178,223); }

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

background-color css

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

 a { background-color: rgb(142,178,223); }

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

border-color css

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

 span { border-color: rgb(142,178,223); }

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