Html Css Color HEX #3AAED4 Summer Sky

📋 copy color: '#3AAED4'

red 58 ◦ green 174 ◦ blue 212

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

Shades of Summer Sky #3AAED4

Tints of Summer Sky #3AAED4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.19%

 BLUE value IS 212 (83.2% from 255) = 47.75%

R = 13.06%
G = 39.19%
B = 47.75%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3AAED4 (or 0x3AAED4) is known color: Summer Sky. HEX triplet: 3A, AE and D4. RGB value is (58,174,212). Sum of RGB (Red+Green+Blue) = 58+174+212=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 212 - color contains mainly: blue. Hex color #3AAED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAED4 is #C5512B. Grayscale: #8F8F8F. Windows color (decimal): -12931372 or 13938234. OLE color: 13938234.

HSL color Cylindrical-coordinate representation of color #3AAED4: hue angle of 194.81º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AAED4 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 174 212 -
CMYK 0.73 0.18 0 0.17
HSL 194.81º 0.64% 0.53% -
HSV(B) 194.81º 0.73% 0.83% -
XYZ 28.76 35.93 67.71 -
YUV 143.65 166.57 66.91 -
System Red Green Blue C M Y K H S L
Decimal 58 174 212 0.73 0.18 0 0.17 194.81 0.64 0.53
Hex 3A AE D4 49 12 0 11 C3 40 35
Octal 72 256 324 111 22 0 21 303 100 65
Binary 111010 10101110 11010100 1001001 10010 0 10001 11000011 1000000 110101

Color Harmonies of #3AAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAED4

Black with #3AAED4

Text Example


Text Example

White with #3AAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,174,212); }

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

background-color css

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

 a { background-color: rgb(58,174,212); }

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

border-color css

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

 span { border-color: rgb(58,174,212); }

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