#CAFFE7

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

Shades of Humming Bird #CAFFE7

Tints of Humming Bird #CAFFE7

Color information

#CAFFE7 (or 0xCAFFE7) is unknown color: approx Humming Bird. HEX triplet: CA, FF and E7. RGB value is (202,255,231). Sum of RGB (Red+Green+Blue) = 202+255+231=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFE7 is #350018. Grayscale: #ECECEC. Windows color (decimal): -3473433 or 15204298. OLE color: 15204298.

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

Color convert

RGB202255231-
CMYK0.2100.090
HSL152.83º100%89.61%-
HSV(B)152.83º20.78%100%-
XYZ74.5489.8589.01-
YUV236.42124.94103.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=29.36%
G=37.06%
B=33.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552310.2100.090152.8310089.61
HexCAFFE71509099645a
Octal312377347250110231144132
Binary110010101111111111100111101010100101001100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFE7; }

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

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

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

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

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

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

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

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