Html Css Color HEX #3AAAEC Summer Sky

📋 copy color: '#3AAAEC'

red 58 ◦ green 170 ◦ blue 236

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

Shades of Summer Sky #3AAAEC

Tints of Summer Sky #3AAAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 12.5%
G = 36.64%
B = 50.86%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3AAAEC (or 0x3AAAEC) is known color: Summer Sky. HEX triplet: 3A, AA and EC. RGB value is (58,170,236). Sum of RGB (Red+Green+Blue) = 58+170+236=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #3AAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAAEC is #C55513. Grayscale: #8F8F8F. Windows color (decimal): -12932372 or 15510074. OLE color: 15510074.

HSL color Cylindrical-coordinate representation of color #3AAAEC: hue angle of 202.25º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AAAEC is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 170 236 -
CMYK 0.75 0.28 0 0.07
HSL 202.25º 0.82% 0.58% -
HSV(B) 202.25º 0.75% 0.93% -
XYZ 31.26 35.71 84.6 -
YUV 144.04 179.89 66.63 -
System Red Green Blue C M Y K H S L
Decimal 58 170 236 0.75 0.28 0 0.07 202.25 0.82 0.58
Hex 3A AA EC 4B 1C 0 7 CA 52 3A
Octal 72 252 354 113 34 0 7 312 122 72
Binary 111010 10101010 11101100 1001011 11100 0 111 11001010 1010010 111010

Color Harmonies of #3AAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAAEC

Black with #3AAAEC

Text Example


Text Example

White with #3AAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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