Html Css Color HEX #8EBFDD Cornflower

📋 copy color: '#8EBFDD'

red 142 ◦ green 191 ◦ blue 221

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

Shades of Cornflower #8EBFDD

Tints of Cornflower #8EBFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.48%

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 25.63%
G = 34.48%
B = 39.89%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EBFDD (or 0x8EBFDD) is known color: Cornflower. HEX triplet: 8E, BF and DD. RGB value is (142,191,221). Sum of RGB (Red+Green+Blue) = 142+191+221=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFDD is #714022. Grayscale: #B3B3B3. Windows color (decimal): -7421987 or 14532494. OLE color: 14532494.

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

Color convert

RGB 142 191 221 -
CMYK 0.36 0.14 0 0.13
HSL 202.78º 0.54% 0.71% -
HSV(B) 202.78º 0.36% 0.87% -
XYZ 42.84 48.23 75.46 -
YUV 179.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 142 191 221 0.36 0.14 0 0.13 202.78 0.54 0.71
Hex 8E BF DD 24 E 0 D CB 36 47
Octal 216 277 335 44 16 0 15 313 66 107
Binary 10001110 10111111 11011101 100100 1110 0 1101 11001011 110110 1000111

Color Harmonies of #8EBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBFDD

Black with #8EBFDD

Text Example


Text Example

White with #8EBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,191,221); }

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

background-color css

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

 a { background-color: rgb(142,191,221); }

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

border-color css

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

 span { border-color: rgb(142,191,221); }

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