Html Css Color HEX #CEF9E6 Humming Bird

📋 copy color: '#CEF9E6'

red 206 ◦ green 249 ◦ blue 230

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

Shades of Humming Bird #CEF9E6

Tints of Humming Bird #CEF9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.58%

R = 30.07%
G = 36.35%
B = 33.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#CEF9E6 (or 0xCEF9E6) is known color: Humming Bird. HEX triplet: CE, F9 and E6. RGB value is (206,249,230). Sum of RGB (Red+Green+Blue) = 206+249+230=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9E6 is #310619. Grayscale: #EAEAEA. Windows color (decimal): -3212826 or 15137230. OLE color: 15137230.

HSL color Cylindrical-coordinate representation of color #CEF9E6: hue angle of 153.49º 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 #CEF9E6 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 230 -
CMYK 0.17 0 0.08 0.02
HSL 153.49º 0.78% 0.89% -
HSV(B) 153.49º 0.17% 0.98% -
XYZ 73.61 86.59 87.7 -
YUV 233.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 206 249 230 0.17 0 0.08 0.02 153.49 0.78 0.89
Hex CE F9 E6 11 0 8 2 99 4E 59
Octal 316 371 346 21 0 10 2 231 116 131
Binary 11001110 11111001 11100110 10001 0 1000 10 10011001 1001110 1011001

Color Harmonies of #CEF9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9E6

Black with #CEF9E6

Text Example


Text Example

White with #CEF9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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