#CAFDF1

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

Shades of Humming Bird #CAFDF1

Tints of Humming Bird #CAFDF1

Color information

#CAFDF1 (or 0xCAFDF1) is unknown color: approx Humming Bird. HEX triplet: CA, FD and F1. RGB value is (202,253,241). Sum of RGB (Red+Green+Blue) = 202+253+241=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDF1 is #35020E. Grayscale: #ECECEC. Windows color (decimal): -3473935 or 15859146. OLE color: 15859146.

HSL color Cylindrical-coordinate representation of color #CAFDF1: hue angle of 165.88º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDF1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB202253241-
CMYK0.2000.050.01
HSL165.88º92.73%89.22%-
HSV(B)165.88º20.16%99.22%-
XYZ75.3689.1696.46-
YUV236.38130.6103.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.02%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 241 (94.53% from 255) = 34.63%
R=29.02%
G=36.35%
B=34.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532410.2000.050.01165.8892.7389.22
HexCAFDF114051a65d59
Octal31237536124051246135131
Binary11001010111111011111000110100010111010011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDF1; }

 p { color: rgb(202,253,241); }

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

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

 a { background-color: rgb(202,253,241); }

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

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

 span { border-color: rgb(202,253,241); }

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