Html Css Color HEX #CBECDA Aero Blue

📋 copy color: '#CBECDA'

red 203 ◦ green 236 ◦ blue 218

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

Shades of Aero Blue #CBECDA

Tints of Aero Blue #CBECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.92%

 BLUE value IS 218 (85.55% from 255) = 33.18%

R = 30.9%
G = 35.92%
B = 33.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#CBECDA (or 0xCBECDA) is known color: Aero Blue. HEX triplet: CB, EC and DA. RGB value is (203,236,218). Sum of RGB (Red+Green+Blue) = 203+236+218=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECDA is #341325. Grayscale: #E0E0E0. Windows color (decimal): -3412774 or 14347467. OLE color: 14347467.

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

Color convert

RGB 203 236 218 -
CMYK 0.14 0 0.08 0.07
HSL 147.27º 0.46% 0.86% -
HSV(B) 147.27º 0.14% 0.93% -
XYZ 67.28 77.75 77.79 -
YUV 224.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 203 236 218 0.14 0 0.08 0.07 147.27 0.46 0.86
Hex CB EC DA E 0 8 7 93 2E 56
Octal 313 354 332 16 0 10 7 223 56 126
Binary 11001011 11101100 11011010 1110 0 1000 111 10010011 101110 1010110

Color Harmonies of #CBECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECDA

Black with #CBECDA

Text Example


Text Example

White with #CBECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECDA; }

 p { color: rgb(203,236,218); }

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

background-color css

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

 a { background-color: rgb(203,236,218); }

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

border-color css

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

 span { border-color: rgb(203,236,218); }

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