Html Css Color HEX #CBEFDC Aero Blue

📋 copy color: '#CBEFDC'

red 203 ◦ green 239 ◦ blue 220

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

Shades of Aero Blue #CBEFDC

Tints of Aero Blue #CBEFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.23%

R = 30.66%
G = 36.1%
B = 33.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#CBEFDC (or 0xCBEFDC) is known color: Aero Blue. HEX triplet: CB, EF and DC. RGB value is (203,239,220). Sum of RGB (Red+Green+Blue) = 203+239+220=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFDC is #341023. Grayscale: #E2E2E2. Windows color (decimal): -3412004 or 14479307. OLE color: 14479307.

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

Color convert

RGB 203 239 220 -
CMYK 0.15 0 0.08 0.06
HSL 148.33º 0.53% 0.87% -
HSV(B) 148.33º 0.15% 0.94% -
XYZ 68.41 79.6 79.47 -
YUV 226.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 203 239 220 0.15 0 0.08 0.06 148.33 0.53 0.87
Hex CB EF DC F 0 8 6 94 35 57
Octal 313 357 334 17 0 10 6 224 65 127
Binary 11001011 11101111 11011100 1111 0 1000 110 10010100 110101 1010111

Color Harmonies of #CBEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFDC

Black with #CBEFDC

Text Example


Text Example

White with #CBEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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