Html Css Color HEX #CAEEE5 Humming Bird

📋 copy color: '#CAEEE5'

red 202 ◦ green 238 ◦ blue 229

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

Shades of Humming Bird #CAEEE5

Tints of Humming Bird #CAEEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.58%

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

R = 30.19%
G = 35.58%
B = 34.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#CAEEE5 (or 0xCAEEE5) is known color: Humming Bird. HEX triplet: CA, EE and E5. RGB value is (202,238,229). Sum of RGB (Red+Green+Blue) = 202+238+229=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEE5 is #35111A. Grayscale: #E2E2E2. Windows color (decimal): -3477787 or 15068874. OLE color: 15068874.

HSL color Cylindrical-coordinate representation of color #CAEEE5: hue angle of 165º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEEE5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 229 -
CMYK 0.15 0 0.04 0.07
HSL 165º 0.51% 0.86% -
HSV(B) 165º 0.15% 0.93% -
XYZ 69.07 79.36 85.81 -
YUV 226.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 202 238 229 0.15 0 0.04 0.07 165 0.51 0.86
Hex CA EE E5 F 0 4 7 A5 33 56
Octal 312 356 345 17 0 4 7 245 63 126
Binary 11001010 11101110 11100101 1111 0 100 111 10100101 110011 1010110

Color Harmonies of #CAEEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEE5

Black with #CAEEE5

Text Example


Text Example

White with #CAEEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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