Html Css Color HEX #C3FBDE Aero Blue

📋 copy color: '#C3FBDE'

red 195 ◦ green 251 ◦ blue 222

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

Shades of Aero Blue #C3FBDE

Tints of Aero Blue #C3FBDE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.57%

 BLUE value IS 222 (87.11% from 255) = 33.23%

R = 29.19%
G = 37.57%
B = 33.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C3FBDE (or 0xC3FBDE) is known color: Aero Blue. HEX triplet: C3, FB and DE. RGB value is (195,251,222). Sum of RGB (Red+Green+Blue) = 195+251+222=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FBDE is #3C0421. Grayscale: #E7E7E7. Windows color (decimal): -3933218 or 14613443. OLE color: 14613443.

HSL color Cylindrical-coordinate representation of color #C3FBDE: hue angle of 148.93º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FBDE is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 251 222 -
CMYK 0.22 0 0.12 0.02
HSL 148.93º 0.88% 0.87% -
HSV(B) 148.93º 0.22% 0.98% -
XYZ 70.19 85.87 81.98 -
YUV 230.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 195 251 222 0.22 0 0.12 0.02 148.93 0.88 0.87
Hex C3 FB DE 16 0 C 2 95 58 57
Octal 303 373 336 26 0 14 2 225 130 127
Binary 11000011 11111011 11011110 10110 0 1100 10 10010101 1011000 1010111

Color Harmonies of #C3FBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FBDE

Black with #C3FBDE

Text Example


Text Example

White with #C3FBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FBDE; }

 p { color: rgb(195,251,222); }

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

background-color css

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

 a { background-color: rgb(195,251,222); }

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

border-color css

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

 span { border-color: rgb(195,251,222); }

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