Html Css Color HEX #CBEFD9 Aero Blue

📋 copy color: '#CBEFD9'

red 203 ◦ green 239 ◦ blue 217

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

Shades of Aero Blue #CBEFD9

Tints of Aero Blue #CBEFD9

RGB

 RED value IS 203 (79.69% from 255) = 30.8%

 GREEN value IS 239 (93.75% from 255) = 36.27%

 BLUE value IS 217 (85.16% from 255) = 32.93%

R = 30.8%
G = 36.27%
B = 32.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#CBEFD9 (or 0xCBEFD9) is known color: Aero Blue. HEX triplet: CB, EF and D9. RGB value is (203,239,217). Sum of RGB (Red+Green+Blue) = 203+239+217=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFD9 is #341026. Grayscale: #E1E1E1. Windows color (decimal): -3412007 or 14282699. OLE color: 14282699.

HSL color Cylindrical-coordinate representation of color #CBEFD9: hue angle of 143.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFD9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 217 -
CMYK 0.15 0 0.09 0.06
HSL 143.33º 0.53% 0.87% -
HSV(B) 143.33º 0.15% 0.94% -
XYZ 68.02 79.44 77.39 -
YUV 225.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 203 239 217 0.15 0 0.09 0.06 143.33 0.53 0.87
Hex CB EF D9 F 0 9 6 8F 35 57
Octal 313 357 331 17 0 11 6 217 65 127
Binary 11001011 11101111 11011001 1111 0 1001 110 10001111 110101 1010111

Color Harmonies of #CBEFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFD9

Black with #CBEFD9

Text Example


Text Example

White with #CBEFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFD9; }

 p { color: rgb(203,239,217); }

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

background-color css

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

 a { background-color: rgb(203,239,217); }

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

border-color css

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

 span { border-color: rgb(203,239,217); }

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