#CFEEE5

Color #CFEEE5 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #CFEEE5

Tints of Humming Bird #CFEEE5

Color information

#CFEEE5 (or 0xCFEEE5) is unknown color: approx Humming Bird. HEX triplet: CF, EE and E5. RGB value is (207,238,229). Sum of RGB (Red+Green+Blue) = 207+238+229=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEE5 is #30111A. Grayscale: #E3E3E3. Windows color (decimal): -3150107 or 15068879. OLE color: 15068879.

HSL color Cylindrical-coordinate representation of color #CFEEE5: hue angle of 162.58º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEEE5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB207238229-
CMYK0.1300.040.07
HSL162.58º47.69%87.25%-
HSV(B)162.58º13.03%93.33%-
XYZ70.4580.0785.87-
YUV227.7128.73113.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.71%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=30.71%
G=35.31%
B=33.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072382290.1300.040.07162.5847.6987.25
HexCFEEE5D047a33057
Octal3173563451504724360127
Binary11001111111011101110010111010100111101000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEE5; }

 p { color: rgb(207,238,229); }

 H1.HeaderClassName
 {
   color: #CFEEE5;
 }
 .AnyTagClassName
 {
   color: #CFEEE5;
 }
</style>
background-color css

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

 a { background-color: rgb(207,238,229); }

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

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

 span { border-color: rgb(207,238,229); }

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