Html Css Color HEX #CAEEDB Aero Blue

📋 copy color: '#CAEEDB'

red 202 ◦ green 238 ◦ blue 219

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

Shades of Aero Blue #CAEEDB

Tints of Aero Blue #CAEEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.23%

R = 30.65%
G = 36.12%
B = 33.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#CAEEDB (or 0xCAEEDB) is known color: Aero Blue. HEX triplet: CA, EE and DB. RGB value is (202,238,219). Sum of RGB (Red+Green+Blue) = 202+238+219=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEDB is #351124. Grayscale: #E1E1E1. Windows color (decimal): -3477797 or 14413514. OLE color: 14413514.

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

Color convert

RGB 202 238 219 -
CMYK 0.15 0 0.08 0.07
HSL 148.33º 0.51% 0.86% -
HSV(B) 148.33º 0.15% 0.93% -
XYZ 67.72 78.82 78.66 -
YUV 225.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 202 238 219 0.15 0 0.08 0.07 148.33 0.51 0.86
Hex CA EE DB F 0 8 7 94 33 56
Octal 312 356 333 17 0 10 7 224 63 126
Binary 11001010 11101110 11011011 1111 0 1000 111 10010100 110011 1010110

Color Harmonies of #CAEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEDB

Black with #CAEEDB

Text Example


Text Example

White with #CAEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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