Html Css Color HEX #C3EEDA Aero Blue

📋 copy color: '#C3EEDA'

red 195 ◦ green 238 ◦ blue 218

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

Shades of Aero Blue #C3EEDA

Tints of Aero Blue #C3EEDA

RGB

 RED value IS 195 (76.56% from 255) = 29.95%

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

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

R = 29.95%
G = 36.56%
B = 33.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C3EEDA (or 0xC3EEDA) is known color: Aero Blue. HEX triplet: C3, EE and DA. RGB value is (195,238,218). Sum of RGB (Red+Green+Blue) = 195+238+218=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EEDA is #3C1125. Grayscale: #DEDEDE. Windows color (decimal): -3936550 or 14347971. OLE color: 14347971.

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

Color convert

RGB 195 238 218 -
CMYK 0.18 0 0.08 0.07
HSL 152.09º 0.56% 0.85% -
HSV(B) 152.09º 0.18% 0.93% -
XYZ 65.74 77.81 77.88 -
YUV 222.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 195 238 218 0.18 0 0.08 0.07 152.09 0.56 0.85
Hex C3 EE DA 12 0 8 7 98 38 55
Octal 303 356 332 22 0 10 7 230 70 125
Binary 11000011 11101110 11011010 10010 0 1000 111 10011000 111000 1010101

Color Harmonies of #C3EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EEDA

Black with #C3EEDA

Text Example


Text Example

White with #C3EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EEDA; }

 p { color: rgb(195,238,218); }

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

background-color css

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

 a { background-color: rgb(195,238,218); }

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

border-color css

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

 span { border-color: rgb(195,238,218); }

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