Html Css Color HEX #CAF1E4 Humming Bird

📋 copy color: '#CAF1E4'

red 202 ◦ green 241 ◦ blue 228

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

Shades of Humming Bird #CAF1E4

Tints of Humming Bird #CAF1E4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.92%

 BLUE value IS 228 (89.45% from 255) = 33.98%

R = 30.1%
G = 35.92%
B = 33.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#CAF1E4 (or 0xCAF1E4) is known color: Humming Bird. HEX triplet: CA, F1 and E4. RGB value is (202,241,228). Sum of RGB (Red+Green+Blue) = 202+241+228=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1E4 is #350E1B. Grayscale: #E3E3E3. Windows color (decimal): -3477020 or 15004106. OLE color: 15004106.

HSL color Cylindrical-coordinate representation of color #CAF1E4: hue angle of 160º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1E4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 228 -
CMYK 0.16 0 0.05 0.05
HSL 160º 0.58% 0.87% -
HSV(B) 160º 0.16% 0.95% -
XYZ 69.82 81.07 85.37 -
YUV 227.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 202 241 228 0.16 0 0.05 0.05 160 0.58 0.87
Hex CA F1 E4 10 0 5 5 A0 3A 57
Octal 312 361 344 20 0 5 5 240 72 127
Binary 11001010 11110001 11100100 10000 0 101 101 10100000 111010 1010111

Color Harmonies of #CAF1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1E4

Black with #CAF1E4

Text Example


Text Example

White with #CAF1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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