Html Css Color HEX #CAF9F0 Humming Bird

📋 copy color: '#CAF9F0'

red 202 ◦ green 249 ◦ blue 240

#CAF9F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Humming Bird #CAF9F0

Tints of Humming Bird #CAF9F0

RGB

 RED value IS 202 (79.3% from 255) = 29.23%

 GREEN value IS 249 (97.66% from 255) = 36.03%

 BLUE value IS 240 (94.14% from 255) = 34.73%

R = 29.23%
G = 36.03%
B = 34.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#CAF9F0 (or 0xCAF9F0) is known color: Humming Bird. HEX triplet: CA, F9 and F0. RGB value is (202,249,240). Sum of RGB (Red+Green+Blue) = 202+249+240=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF9F0 is #35060F. Grayscale: #E9E9E9. Windows color (decimal): -3474960 or 15792586. OLE color: 15792586.

HSL color Cylindrical-coordinate representation of color #CAF9F0: hue angle of 168.51º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9F0 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 240 -
CMYK 0.19 0 0.04 0.02
HSL 168.51º 0.8% 0.88% -
HSV(B) 168.51º 0.19% 0.98% -
XYZ 73.96 86.6 95.26 -
YUV 233.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 202 249 240 0.19 0 0.04 0.02 168.51 0.8 0.88
Hex CA F9 F0 13 0 4 2 A9 50 58
Octal 312 371 360 23 0 4 2 251 120 130
Binary 11001010 11111001 11110000 10011 0 100 10 10101001 1010000 1011000

Color Harmonies of #CAF9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF9F0

Black with #CAF9F0

Text Example


Text Example

White with #CAF9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF9F0; }

 p { color: rgb(202,249,240); }

 H1.HeaderClassName
 {
   color: #CAF9F0;
 }
 .AnyTagClassName
 {
   color: #CAF9F0;
 }
</style>

background-color css

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

 a { background-color: rgb(202,249,240); }

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

border-color css

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

 span { border-color: rgb(202,249,240); }

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