Html Css Color HEX #3AAADF Summer Sky

📋 copy color: '#3AAADF'

red 58 ◦ green 170 ◦ blue 223

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

Shades of Summer Sky #3AAADF

Tints of Summer Sky #3AAADF

RGB

 RED value IS 58 (23.05% from 255) = 12.86%

 GREEN value IS 170 (66.8% from 255) = 37.69%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 12.86%
G = 37.69%
B = 49.45%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AAADF (or 0x3AAADF) is known color: Summer Sky. HEX triplet: 3A, AA and DF. RGB value is (58,170,223). Sum of RGB (Red+Green+Blue) = 58+170+223=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAADF is #C55520. Grayscale: #8E8E8E. Windows color (decimal): -12932385 or 14658106. OLE color: 14658106.

HSL color Cylindrical-coordinate representation of color #3AAADF: hue angle of 199.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AAADF is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 170 223 -
CMYK 0.74 0.24 0 0.13
HSL 199.27º 0.72% 0.55% -
HSV(B) 199.27º 0.74% 0.87% -
XYZ 29.44 34.98 75.01 -
YUV 142.55 173.39 67.69 -
System Red Green Blue C M Y K H S L
Decimal 58 170 223 0.74 0.24 0 0.13 199.27 0.72 0.55
Hex 3A AA DF 4A 18 0 D C7 48 37
Octal 72 252 337 112 30 0 15 307 110 67
Binary 111010 10101010 11011111 1001010 11000 0 1101 11000111 1001000 110111

Color Harmonies of #3AAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAADF

Black with #3AAADF

Text Example


Text Example

White with #3AAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AAADF; }

 p { color: rgb(58,170,223); }

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

background-color css

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

 a { background-color: rgb(58,170,223); }

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

border-color css

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

 span { border-color: rgb(58,170,223); }

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