#CBF8E2

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

Shades of Humming Bird #CBF8E2

Tints of Humming Bird #CBF8E2

Color information

#CBF8E2 (or 0xCBF8E2) is unknown color: approx Humming Bird. HEX triplet: CB, F8 and E2. RGB value is (203,248,226). Sum of RGB (Red+Green+Blue) = 203+248+226=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8E2 is #34071D. Grayscale: #E8E8E8. Windows color (decimal): -3409694 or 14874827. OLE color: 14874827.

HSL color Cylindrical-coordinate representation of color #CBF8E2: hue angle of 150.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF8E2 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB203248226-
CMYK0.1800.090.03
HSL150.67º76.27%88.43%-
HSV(B)150.67º18.15%97.25%-
XYZ71.9285.3284.63-
YUV232.04124.59107.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.99%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 226 (88.67% from 255) = 33.38%
R=29.99%
G=36.63%
B=33.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032482260.1800.090.03150.6776.2788.43
HexCBF8E212093974c58
Octal313370342220113227114130
Binary1100101111111000111000101001001001111001011110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8E2; }

 p { color: rgb(203,248,226); }

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

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

 a { background-color: rgb(203,248,226); }

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

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

 span { border-color: rgb(203,248,226); }

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