#CAFFE4

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

Shades of Humming Bird #CAFFE4

Tints of Humming Bird #CAFFE4

Color information

#CAFFE4 (or 0xCAFFE4) is unknown color: approx Humming Bird. HEX triplet: CA, FF and E4. RGB value is (202,255,228). Sum of RGB (Red+Green+Blue) = 202+255+228=685 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.49% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFE4 is #35001B. Grayscale: #ECECEC. Windows color (decimal): -3473436 or 15007690. OLE color: 15007690.

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

Color convert

RGB202255228-
CMYK0.2100.110
HSL149.43º100%89.61%-
HSV(B)149.43º20.78%100%-
XYZ74.1289.6886.8-
YUV236.08123.44103.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.49%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=29.49%
G=37.23%
B=33.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552280.2100.110149.4310089.61
HexCAFFE4150B095645a
Octal312377344250130225144132
Binary110010101111111111100100101010101101001010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFE4; }

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

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

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

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

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

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

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

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