Html Css Color HEX #C3F0D4 Aero Blue

📋 copy color: '#C3F0D4'

red 195 ◦ green 240 ◦ blue 212

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

Shades of Aero Blue #C3F0D4

Tints of Aero Blue #C3F0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.77%

R = 30.14%
G = 37.09%
B = 32.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#C3F0D4 (or 0xC3F0D4) is known color: Aero Blue. HEX triplet: C3, F0 and D4. RGB value is (195,240,212). Sum of RGB (Red+Green+Blue) = 195+240+212=647 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.14% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F0D4 is #3C0F2B. Grayscale: #DFDFDF. Windows color (decimal): -3936044 or 13955267. OLE color: 13955267.

HSL color Cylindrical-coordinate representation of color #C3F0D4: hue angle of 142.67º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F0D4 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 240 212 -
CMYK 0.19 0 0.12 0.06
HSL 142.67º 0.6% 0.85% -
HSV(B) 142.67º 0.19% 0.94% -
XYZ 65.55 78.68 74.02 -
YUV 223.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 195 240 212 0.19 0 0.12 0.06 142.67 0.6 0.85
Hex C3 F0 D4 13 0 C 6 8F 3C 55
Octal 303 360 324 23 0 14 6 217 74 125
Binary 11000011 11110000 11010100 10011 0 1100 110 10001111 111100 1010101

Color Harmonies of #C3F0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F0D4

Black with #C3F0D4

Text Example


Text Example

White with #C3F0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F0D4; }

 p { color: rgb(195,240,212); }

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

background-color css

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

 a { background-color: rgb(195,240,212); }

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

border-color css

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

 span { border-color: rgb(195,240,212); }

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