Html Css Color HEX #3AAEDA Summer Sky

📋 copy color: '#3AAEDA'

red 58 ◦ green 174 ◦ blue 218

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

Shades of Summer Sky #3AAEDA

Tints of Summer Sky #3AAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 12.89%
G = 38.67%
B = 48.44%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3AAEDA (or 0x3AAEDA) is known color: Summer Sky. HEX triplet: 3A, AE and DA. RGB value is (58,174,218). Sum of RGB (Red+Green+Blue) = 58+174+218=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AAEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEDA is #C55125. Grayscale: #909090. Windows color (decimal): -12931366 or 14331450. OLE color: 14331450.

HSL color Cylindrical-coordinate representation of color #3AAEDA: hue angle of 196.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AAEDA is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 174 218 -
CMYK 0.73 0.20 0 0.15
HSL 196.5º 0.68% 0.54% -
HSV(B) 196.5º 0.73% 0.85% -
XYZ 29.54 36.23 71.77 -
YUV 144.33 169.57 66.42 -
System Red Green Blue C M Y K H S L
Decimal 58 174 218 0.73 0.20 0 0.15 196.5 0.68 0.54
Hex 3A AE DA 49 14 0 F C4 44 36
Octal 72 256 332 111 24 0 17 304 104 66
Binary 111010 10101110 11011010 1001001 10100 0 1111 11000100 1000100 110110

Color Harmonies of #3AAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAEDA

Black with #3AAEDA

Text Example


Text Example

White with #3AAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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