Html Css Color HEX #CAF9E5 Humming Bird

📋 copy color: '#CAF9E5'

red 202 ◦ green 249 ◦ blue 229

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

Shades of Humming Bird #CAF9E5

Tints of Humming Bird #CAF9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.68%

R = 29.71%
G = 36.62%
B = 33.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#CAF9E5 (or 0xCAF9E5) is known color: Humming Bird. HEX triplet: CA, F9 and E5. RGB value is (202,249,229). Sum of RGB (Red+Green+Blue) = 202+249+229=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9E5 is #35061A. Grayscale: #E8E8E8. Windows color (decimal): -3474971 or 15071690. OLE color: 15071690.

HSL color Cylindrical-coordinate representation of color #CAF9E5: hue angle of 154.47º 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 #CAF9E5 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 229 -
CMYK 0.19 0 0.08 0.02
HSL 154.47º 0.8% 0.88% -
HSV(B) 154.47º 0.19% 0.98% -
XYZ 72.38 85.97 86.91 -
YUV 232.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 202 249 229 0.19 0 0.08 0.02 154.47 0.8 0.88
Hex CA F9 E5 13 0 8 2 9A 50 58
Octal 312 371 345 23 0 10 2 232 120 130
Binary 11001010 11111001 11100101 10011 0 1000 10 10011010 1010000 1011000

Color Harmonies of #CAF9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF9E5

Black with #CAF9E5

Text Example


Text Example

White with #CAF9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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