Html Css Color HEX #CAFEE6 Humming Bird

📋 copy color: '#CAFEE6'

red 202 ◦ green 254 ◦ blue 230

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

Shades of Humming Bird #CAFEE6

Tints of Humming Bird #CAFEE6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.03%

 BLUE value IS 230 (90.23% from 255) = 33.53%

R = 29.45%
G = 37.03%
B = 33.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#CAFEE6 (or 0xCAFEE6) is known color: Humming Bird. HEX triplet: CA, FE and E6. RGB value is (202,254,230). Sum of RGB (Red+Green+Blue) = 202+254+230=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEE6 is #350119. Grayscale: #EBEBEB. Windows color (decimal): -3473690 or 15138506. OLE color: 15138506.

HSL color Cylindrical-coordinate representation of color #CAFEE6: hue angle of 152.31º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEE6 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 230 -
CMYK 0.20 0 0.09 0.00
HSL 152.31º 0.96% 0.89% -
HSV(B) 152.31º 0.2% 1% -
XYZ 74.08 89.15 88.17 -
YUV 235.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 202 254 230 0.20 0 0.09 0.00 152.31 0.96 0.89
Hex CA FE E6 14 0 9 0 98 60 59
Octal 312 376 346 24 0 11 0 230 140 131
Binary 11001010 11111110 11100110 10100 0 1001 0 10011000 1100000 1011001

Color Harmonies of #CAFEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEE6

Black with #CAFEE6

Text Example


Text Example

White with #CAFEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEE6; }

 p { color: rgb(202,254,230); }

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

background-color css

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

 a { background-color: rgb(202,254,230); }

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

border-color css

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

 span { border-color: rgb(202,254,230); }

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