#CAF8E7

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

Shades of Humming Bird #CAF8E7

Tints of Humming Bird #CAF8E7

Color information

#CAF8E7 (or 0xCAF8E7) is unknown color: approx Humming Bird. HEX triplet: CA, F8 and E7. RGB value is (202,248,231). Sum of RGB (Red+Green+Blue) = 202+248+231=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8E7 is #350718. Grayscale: #E8E8E8. Windows color (decimal): -3475225 or 15202506. OLE color: 15202506.

HSL color Cylindrical-coordinate representation of color #CAF8E7: hue angle of 157.83º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8E7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB202248231-
CMYK0.1900.070.03
HSL157.83º76.67%88.24%-
HSV(B)157.83º18.55%97.25%-
XYZ72.3585.4688.28-
YUV232.31127.26106.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 248 (97.27% from 255) = 36.42%
BLUE value IS 231 (90.62% from 255) = 33.92%
R=29.66%
G=36.42%
B=33.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022482310.1900.070.03157.8376.6788.24
HexCAF8E7130739e4d58
Octal31237034723073236115130
Binary110010101111100011100111100110111111001111010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8E7; }

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

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

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

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

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

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

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

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