#CAFFE8

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

Shades of Humming Bird #CAFFE8

Tints of Humming Bird #CAFFE8

Color information

#CAFFE8 (or 0xCAFFE8) is unknown color: approx Humming Bird. HEX triplet: CA, FF and E8. RGB value is (202,255,232). Sum of RGB (Red+Green+Blue) = 202+255+232=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFE8 is #350017. Grayscale: #ECECEC. Windows color (decimal): -3473432 or 15269834. OLE color: 15269834.

HSL color Cylindrical-coordinate representation of color #CAFFE8: hue angle of 153.96º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFE8 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB202255232-
CMYK0.2100.090
HSL153.96º100%89.61%-
HSV(B)153.96º20.78%100%-
XYZ74.6889.989.76-
YUV236.53125.44103.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.32%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=29.32%
G=37.01%
B=33.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552320.2100.090153.9610089.61
HexCAFFE8150909a645a
Octal312377350250110232144132
Binary110010101111111111101000101010100101001101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFE8; }

 p { color: rgb(202,255,232); }

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

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

 a { background-color: rgb(202,255,232); }

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

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

 span { border-color: rgb(202,255,232); }

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