#CBF1E7

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

Shades of Humming Bird #CBF1E7

Tints of Humming Bird #CBF1E7

Color information

#CBF1E7 (or 0xCBF1E7) is unknown color: approx Humming Bird. HEX triplet: CB, F1 and E7. RGB value is (203,241,231). Sum of RGB (Red+Green+Blue) = 203+241+231=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1E7 is #340E18. Grayscale: #E4E4E4. Windows color (decimal): -3411481 or 15200715. OLE color: 15200715.

HSL color Cylindrical-coordinate representation of color #CBF1E7: hue angle of 164.21º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF1E7 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB203241231-
CMYK0.1600.040.05
HSL164.21º57.58%87.06%-
HSV(B)164.21º15.77%94.51%-
XYZ70.5181.3887.59-
YUV228.5129.41109.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=30.07%
G=35.70%
B=34.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032412310.1600.040.05164.2157.5887.06
HexCBF1E710045a43a57
Octal3133613472004524472127
Binary110010111111000111100111100000100101101001001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1E7; }

 p { color: rgb(203,241,231); }

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

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

 a { background-color: rgb(203,241,231); }

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

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

 span { border-color: rgb(203,241,231); }

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