#CBEEE5

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

Shades of Humming Bird #CBEEE5

Tints of Humming Bird #CBEEE5

Color information

#CBEEE5 (or 0xCBEEE5) is unknown color: approx Humming Bird. HEX triplet: CB, EE and E5. RGB value is (203,238,229). Sum of RGB (Red+Green+Blue) = 203+238+229=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEE5 is #34111A. Grayscale: #E2E2E2. Windows color (decimal): -3412251 or 15068875. OLE color: 15068875.

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

Color convert

RGB203238229-
CMYK0.1500.040.07
HSL164.57º50.72%86.47%-
HSV(B)164.57º14.71%93.33%-
XYZ69.3579.585.82-
YUV226.51129.4111.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 238 (93.36% from 255) = 35.52%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=30.30%
G=35.52%
B=34.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382290.1500.040.07164.5750.7286.47
HexCBEEE5F047a53356
Octal3133563451704724563126
Binary11001011111011101110010111110100111101001011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEE5; }

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

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

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

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

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

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

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

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