Html Css Color HEX #3AAEEA Summer Sky

📋 copy color: '#3AAEEA'

red 58 ◦ green 174 ◦ blue 234

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

Shades of Summer Sky #3AAEEA

Tints of Summer Sky #3AAEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 12.45%
G = 37.34%
B = 50.21%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AAEEA (or 0x3AAEEA) is known color: Summer Sky. HEX triplet: 3A, AE and EA. RGB value is (58,174,234). Sum of RGB (Red+Green+Blue) = 58+174+234=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #3AAEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAEEA is #C55115. Grayscale: #919191. Windows color (decimal): -12931350 or 15380026. OLE color: 15380026.

HSL color Cylindrical-coordinate representation of color #3AAEEA: hue angle of 200.45º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AAEEA is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 174 234 -
CMYK 0.75 0.26 0 0.08
HSL 200.45º 0.81% 0.57% -
HSV(B) 200.45º 0.75% 0.92% -
XYZ 31.73 37.11 83.33 -
YUV 146.16 177.57 65.12 -
System Red Green Blue C M Y K H S L
Decimal 58 174 234 0.75 0.26 0 0.08 200.45 0.81 0.57
Hex 3A AE EA 4B 1A 0 8 C8 51 39
Octal 72 256 352 113 32 0 10 310 121 71
Binary 111010 10101110 11101010 1001011 11010 0 1000 11001000 1010001 111001

Color Harmonies of #3AAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAEEA

Black with #3AAEEA

Text Example


Text Example

White with #3AAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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