Html Css Color HEX #C3DBD0 Aero Blue

📋 copy color: '#C3DBD0'

red 195 ◦ green 219 ◦ blue 208

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

Shades of Aero Blue #C3DBD0

Tints of Aero Blue #C3DBD0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

 BLUE value IS 208 (81.64% from 255) = 33.44%

R = 31.35%
G = 35.21%
B = 33.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#C3DBD0 (or 0xC3DBD0) is known color: Aero Blue. HEX triplet: C3, DB and D0. RGB value is (195,219,208). Sum of RGB (Red+Green+Blue) = 195+219+208=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBD0 is #3C242F. Grayscale: #D2D2D2. Windows color (decimal): -3941424 or 13687747. OLE color: 13687747.

HSL color Cylindrical-coordinate representation of color #C3DBD0: hue angle of 152.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBD0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 219 208 -
CMYK 0.11 0 0.05 0.14
HSL 152.5º 0.25% 0.81% -
HSV(B) 152.5º 0.11% 0.86% -
XYZ 59.22 66.82 69.45 -
YUV 210.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 195 219 208 0.11 0 0.05 0.14 152.5 0.25 0.81
Hex C3 DB D0 B 0 5 E 98 19 51
Octal 303 333 320 13 0 5 16 230 31 121
Binary 11000011 11011011 11010000 1011 0 101 1110 10011000 11001 1010001

Color Harmonies of #C3DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBD0

Black with #C3DBD0

Text Example


Text Example

White with #C3DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBD0; }

 p { color: rgb(195,219,208); }

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

background-color css

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

 a { background-color: rgb(195,219,208); }

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

border-color css

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

 span { border-color: rgb(195,219,208); }

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