Html Css Color HEX #CCF0DA Aero Blue

📋 copy color: '#CCF0DA'

red 204 ◦ green 240 ◦ blue 218

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

Shades of Aero Blue #CCF0DA

Tints of Aero Blue #CCF0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.25%

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

R = 30.82%
G = 36.25%
B = 32.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#CCF0DA (or 0xCCF0DA) is known color: Aero Blue. HEX triplet: CC, F0 and DA. RGB value is (204,240,218). Sum of RGB (Red+Green+Blue) = 204+240+218=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DA is #330F25. Grayscale: #E2E2E2. Windows color (decimal): -3346214 or 14348492. OLE color: 14348492.

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

Color convert

RGB 204 240 218 -
CMYK 0.15 0 0.09 0.06
HSL 143.33º 0.55% 0.87% -
HSV(B) 143.33º 0.15% 0.94% -
XYZ 68.72 80.22 78.19 -
YUV 226.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 204 240 218 0.15 0 0.09 0.06 143.33 0.55 0.87
Hex CC F0 DA F 0 9 6 8F 37 57
Octal 314 360 332 17 0 11 6 217 67 127
Binary 11001100 11110000 11011010 1111 0 1001 110 10001111 110111 1010111

Color Harmonies of #CCF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0DA

Black with #CCF0DA

Text Example


Text Example

White with #CCF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0DA; }

 p { color: rgb(204,240,218); }

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

background-color css

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

 a { background-color: rgb(204,240,218); }

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

border-color css

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

 span { border-color: rgb(204,240,218); }

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