Html Css Color HEX #CEF9EC Humming Bird

📋 copy color: '#CEF9EC'

red 206 ◦ green 249 ◦ blue 236

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

Shades of Humming Bird #CEF9EC

Tints of Humming Bird #CEF9EC

RGB

 RED value IS 206 (80.86% from 255) = 29.81%

 GREEN value IS 249 (97.66% from 255) = 36.03%

 BLUE value IS 236 (92.58% from 255) = 34.15%

R = 29.81%
G = 36.03%
B = 34.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#CEF9EC (or 0xCEF9EC) is known color: Humming Bird. HEX triplet: CE, F9 and EC. RGB value is (206,249,236). Sum of RGB (Red+Green+Blue) = 206+249+236=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9EC is #310613. Grayscale: #EAEAEA. Windows color (decimal): -3212820 or 15530446. OLE color: 15530446.

HSL color Cylindrical-coordinate representation of color #CEF9EC: hue angle of 161.86º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9EC is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 236 -
CMYK 0.17 0 0.05 0.02
HSL 161.86º 0.78% 0.89% -
HSV(B) 161.86º 0.17% 0.98% -
XYZ 74.47 86.93 92.21 -
YUV 234.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 206 249 236 0.17 0 0.05 0.02 161.86 0.78 0.89
Hex CE F9 EC 11 0 5 2 A2 4E 59
Octal 316 371 354 21 0 5 2 242 116 131
Binary 11001110 11111001 11101100 10001 0 101 10 10100010 1001110 1011001

Color Harmonies of #CEF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9EC

Black with #CEF9EC

Text Example


Text Example

White with #CEF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9EC; }

 p { color: rgb(206,249,236); }

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

background-color css

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

 a { background-color: rgb(206,249,236); }

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

border-color css

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

 span { border-color: rgb(206,249,236); }

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