Html Css Color HEX #3AAEEF Summer Sky

📋 copy color: '#3AAEEF'

red 58 ◦ green 174 ◦ blue 239

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

Shades of Summer Sky #3AAEEF

Tints of Summer Sky #3AAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 12.31%
G = 36.94%
B = 50.74%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3AAEEF (or 0x3AAEEF) is known color: Summer Sky. HEX triplet: 3A, AE and EF. RGB value is (58,174,239). Sum of RGB (Red+Green+Blue) = 58+174+239=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AAEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAEEF is #C55110. Grayscale: #929292. Windows color (decimal): -12931345 or 15707706. OLE color: 15707706.

HSL color Cylindrical-coordinate representation of color #3AAEEF: hue angle of 201.55º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AAEEF is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 174 239 -
CMYK 0.76 0.27 0 0.06
HSL 201.55º 0.85% 0.58% -
HSV(B) 201.55º 0.76% 0.94% -
XYZ 32.46 37.4 87.17 -
YUV 146.73 180.07 64.71 -
System Red Green Blue C M Y K H S L
Decimal 58 174 239 0.76 0.27 0 0.06 201.55 0.85 0.58
Hex 3A AE EF 4C 1B 0 6 CA 55 3A
Octal 72 256 357 114 33 0 6 312 125 72
Binary 111010 10101110 11101111 1001100 11011 0 110 11001010 1010101 111010

Color Harmonies of #3AAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAEEF

Black with #3AAEEF

Text Example


Text Example

White with #3AAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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