#CBFDEB

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

Shades of Humming Bird #CBFDEB

Tints of Humming Bird #CBFDEB

Color information

#CBFDEB (or 0xCBFDEB) is unknown color: approx Humming Bird. HEX triplet: CB, FD and EB. RGB value is (203,253,235). Sum of RGB (Red+Green+Blue) = 203+253+235=691 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.38% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFDEB is #340214. Grayscale: #ECECEC. Windows color (decimal): -3408405 or 15465931. OLE color: 15465931.

HSL color Cylindrical-coordinate representation of color #CBFDEB: hue angle of 158.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDEB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB203253235-
CMYK0.2000.070.01
HSL158.4º92.59%89.41%-
HSV(B)158.4º19.76%99.22%-
XYZ74.7588.9591.83-
YUV236127.44104.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.38%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=29.38%
G=36.61%
B=34.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032532350.2000.070.01158.492.5989.41
HexCBFDEB140719e5d59
Octal31337535324071236135131
Binary11001011111111011110101110100011111001111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDEB; }

 p { color: rgb(203,253,235); }

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

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

 a { background-color: rgb(203,253,235); }

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

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

 span { border-color: rgb(203,253,235); }

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