#CAFFE5

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

Shades of Humming Bird #CAFFE5

Tints of Humming Bird #CAFFE5

Color information

#CAFFE5 (or 0xCAFFE5) is unknown color: approx Humming Bird. HEX triplet: CA, FF and E5. RGB value is (202,255,229). Sum of RGB (Red+Green+Blue) = 202+255+229=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFE5 is #35001A. Grayscale: #ECECEC. Windows color (decimal): -3473435 or 15073226. OLE color: 15073226.

HSL color Cylindrical-coordinate representation of color #CAFFE5: hue angle of 150.57º 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 #CAFFE5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB202255229-
CMYK0.2100.100
HSL150.57º100%89.61%-
HSV(B)150.57º20.78%100%-
XYZ74.2689.7387.54-
YUV236.19123.94103.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.45%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=29.45%
G=37.17%
B=33.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552290.2100.100150.5710089.61
HexCAFFE5150A097645a
Octal312377345250120227144132
Binary110010101111111111100101101010101001001011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFE5; }

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

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

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

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

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

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

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

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