Html Css Color HEX #3AAADE Summer Sky

📋 copy color: '#3AAADE'

red 58 ◦ green 170 ◦ blue 222

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

Shades of Summer Sky #3AAADE

Tints of Summer Sky #3AAADE

RGB

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

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

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

R = 12.89%
G = 37.78%
B = 49.33%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AAADE (or 0x3AAADE) is known color: Summer Sky. HEX triplet: 3A, AA and DE. RGB value is (58,170,222). Sum of RGB (Red+Green+Blue) = 58+170+222=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #3AAADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAADE is #C55521. Grayscale: #8E8E8E. Windows color (decimal): -12932386 or 14592570. OLE color: 14592570.

HSL color Cylindrical-coordinate representation of color #3AAADE: hue angle of 199.02º degrees, saturation: 0.71, 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 #3AAADE is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 170 222 -
CMYK 0.74 0.23 0 0.13
HSL 199.02º 0.71% 0.55% -
HSV(B) 199.02º 0.74% 0.87% -
XYZ 29.3 34.92 74.3 -
YUV 142.44 172.89 67.77 -
System Red Green Blue C M Y K H S L
Decimal 58 170 222 0.74 0.23 0 0.13 199.02 0.71 0.55
Hex 3A AA DE 4A 17 0 D C7 47 37
Octal 72 252 336 112 27 0 15 307 107 67
Binary 111010 10101010 11011110 1001010 10111 0 1101 11000111 1000111 110111

Color Harmonies of #3AAADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAADE

Black with #3AAADE

Text Example


Text Example

White with #3AAADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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