Html Css Color HEX #CBEEDB Aero Blue

📋 copy color: '#CBEEDB'

red 203 ◦ green 238 ◦ blue 219

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

Shades of Aero Blue #CBEEDB

Tints of Aero Blue #CBEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.06%

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

R = 30.76%
G = 36.06%
B = 33.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#CBEEDB (or 0xCBEEDB) is known color: Aero Blue. HEX triplet: CB, EE and DB. RGB value is (203,238,219). Sum of RGB (Red+Green+Blue) = 203+238+219=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEDB is #341124. Grayscale: #E1E1E1. Windows color (decimal): -3412261 or 14413515. OLE color: 14413515.

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

Color convert

RGB 203 238 219 -
CMYK 0.15 0 0.08 0.07
HSL 147.43º 0.51% 0.86% -
HSV(B) 147.43º 0.15% 0.93% -
XYZ 67.99 78.96 78.68 -
YUV 225.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 203 238 219 0.15 0 0.08 0.07 147.43 0.51 0.86
Hex CB EE DB F 0 8 7 93 33 56
Octal 313 356 333 17 0 10 7 223 63 126
Binary 11001011 11101110 11011011 1111 0 1000 111 10010011 110011 1010110

Color Harmonies of #CBEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEEDB

Black with #CBEEDB

Text Example


Text Example

White with #CBEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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