Html Css Color HEX #CBEFDB Aero Blue

📋 copy color: '#CBEFDB'

red 203 ◦ green 239 ◦ blue 219

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

Shades of Aero Blue #CBEFDB

Tints of Aero Blue #CBEFDB

RGB

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

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

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

R = 30.71%
G = 36.16%
B = 33.13%

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

#CBEFDB (or 0xCBEFDB) is known color: Aero Blue. HEX triplet: CB, EF and DB. RGB value is (203,239,219). Sum of RGB (Red+Green+Blue) = 203+239+219=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFDB is #341024. Grayscale: #E2E2E2. Windows color (decimal): -3412005 or 14413771. OLE color: 14413771.

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

Color convert

RGB 203 239 219 -
CMYK 0.15 0 0.08 0.06
HSL 146.67º 0.53% 0.87% -
HSV(B) 146.67º 0.15% 0.94% -
XYZ 68.28 79.54 78.77 -
YUV 225.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 203 239 219 0.15 0 0.08 0.06 146.67 0.53 0.87
Hex CB EF DB F 0 8 6 93 35 57
Octal 313 357 333 17 0 10 6 223 65 127
Binary 11001011 11101111 11011011 1111 0 1000 110 10010011 110101 1010111

Color Harmonies of #CBEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFDB

Black with #CBEFDB

Text Example


Text Example

White with #CBEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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