Html Css Color HEX #CBEADA Aero Blue

📋 copy color: '#CBEADA'

red 203 ◦ green 234 ◦ blue 218

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

Shades of Aero Blue #CBEADA

Tints of Aero Blue #CBEADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.73%

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

R = 30.99%
G = 35.73%
B = 33.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#CBEADA (or 0xCBEADA) is known color: Aero Blue. HEX triplet: CB, EA and DA. RGB value is (203,234,218). Sum of RGB (Red+Green+Blue) = 203+234+218=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEADA is #341525. Grayscale: #DEDEDE. Windows color (decimal): -3413286 or 14346955. OLE color: 14346955.

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

Color convert

RGB 203 234 218 -
CMYK 0.13 0 0.07 0.08
HSL 149.03º 0.42% 0.86% -
HSV(B) 149.03º 0.13% 0.92% -
XYZ 66.71 76.6 77.6 -
YUV 222.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 203 234 218 0.13 0 0.07 0.08 149.03 0.42 0.86
Hex CB EA DA D 0 7 8 95 2A 56
Octal 313 352 332 15 0 7 10 225 52 126
Binary 11001011 11101010 11011010 1101 0 111 1000 10010101 101010 1010110

Color Harmonies of #CBEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEADA

Black with #CBEADA

Text Example


Text Example

White with #CBEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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