Html Css Color HEX #8ECBED Cornflower

📋 copy color: '#8ECBED'

red 142 ◦ green 203 ◦ blue 237

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

Shades of Cornflower #8ECBED

Tints of Cornflower #8ECBED

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.88%

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 24.4%
G = 34.88%
B = 40.72%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8ECBED (or 0x8ECBED) is known color: Cornflower. HEX triplet: 8E, CB and ED. RGB value is (142,203,237). Sum of RGB (Red+Green+Blue) = 142+203+237=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ECBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECBED is #713412. Grayscale: #BCBCBC. Windows color (decimal): -7418899 or 15584142. OLE color: 15584142.

HSL color Cylindrical-coordinate representation of color #8ECBED: hue angle of 201.47º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ECBED is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 203 237 -
CMYK 0.40 0.14 0 0.07
HSL 201.47º 0.73% 0.74% -
HSV(B) 201.47º 0.4% 0.93% -
XYZ 47.8 54.58 88.14 -
YUV 188.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 142 203 237 0.40 0.14 0 0.07 201.47 0.73 0.74
Hex 8E CB ED 28 E 0 7 C9 49 4A
Octal 216 313 355 50 16 0 7 311 111 112
Binary 10001110 11001011 11101101 101000 1110 0 111 11001001 1001001 1001010

Color Harmonies of #8ECBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECBED

Black with #8ECBED

Text Example


Text Example

White with #8ECBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,203,237); }

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

background-color css

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

 a { background-color: rgb(142,203,237); }

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

border-color css

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

 span { border-color: rgb(142,203,237); }

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