Html Css Color HEX #CCF3DB Aero Blue

📋 copy color: '#CCF3DB'

red 204 ◦ green 243 ◦ blue 219

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

Shades of Aero Blue #CCF3DB

Tints of Aero Blue #CCF3DB

RGB

 RED value IS 204 (80.08% from 255) = 30.63%

 GREEN value IS 243 (95.31% from 255) = 36.49%

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

R = 30.63%
G = 36.49%
B = 32.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#CCF3DB (or 0xCCF3DB) is known color: Aero Blue. HEX triplet: CC, F3 and DB. RGB value is (204,243,219). Sum of RGB (Red+Green+Blue) = 204+243+219=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3DB is #330C24. Grayscale: #E4E4E4. Windows color (decimal): -3345445 or 14414796. OLE color: 14414796.

HSL color Cylindrical-coordinate representation of color #CCF3DB: hue angle of 143.08º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3DB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 219 -
CMYK 0.16 0 0.10 0.05
HSL 143.08º 0.62% 0.88% -
HSV(B) 143.08º 0.16% 0.95% -
XYZ 69.74 82.05 79.18 -
YUV 228.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 204 243 219 0.16 0 0.10 0.05 143.08 0.62 0.88
Hex CC F3 DB 10 0 A 5 8F 3E 58
Octal 314 363 333 20 0 12 5 217 76 130
Binary 11001100 11110011 11011011 10000 0 1010 101 10001111 111110 1011000

Color Harmonies of #CCF3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3DB

Black with #CCF3DB

Text Example


Text Example

White with #CCF3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3DB; }

 p { color: rgb(204,243,219); }

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

background-color css

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

 a { background-color: rgb(204,243,219); }

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

border-color css

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

 span { border-color: rgb(204,243,219); }

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