#CBFAE6

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

Shades of Humming Bird #CBFAE6

Tints of Humming Bird #CBFAE6

Color information

#CBFAE6 (or 0xCBFAE6) is unknown color: approx Humming Bird. HEX triplet: CB, FA and E6. RGB value is (203,250,230). Sum of RGB (Red+Green+Blue) = 203+250+230=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFAE6 is #340519. Grayscale: #E9E9E9. Windows color (decimal): -3409178 or 15137483. OLE color: 15137483.

HSL color Cylindrical-coordinate representation of color #CBFAE6: hue angle of 154.47º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFAE6 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB203250230-
CMYK0.1900.080.02
HSL154.47º82.46%88.82%-
HSV(B)154.47º18.8%98.04%-
XYZ73.186.7887.76-
YUV233.67125.93106.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 230 (90.23% from 255) = 33.67%
R=29.72%
G=36.60%
B=33.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502300.1900.080.02154.4782.4688.82
HexCBFAE6130829a5259
Octal313372346230102232122131
Binary1100101111111010111001101001101000101001101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAE6; }

 p { color: rgb(203,250,230); }

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

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

 a { background-color: rgb(203,250,230); }

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

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

 span { border-color: rgb(203,250,230); }

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