Html Css Color HEX #3AAAF8 Summer Sky

📋 copy color: '#3AAAF8'

red 58 ◦ green 170 ◦ blue 248

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

Shades of Summer Sky #3AAAF8

Tints of Summer Sky #3AAAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.1%

R = 12.18%
G = 35.71%
B = 52.1%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3AAAF8 (or 0x3AAAF8) is known color: Summer Sky. HEX triplet: 3A, AA and F8. RGB value is (58,170,248). Sum of RGB (Red+Green+Blue) = 58+170+248=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #3AAAF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAAF8 is #C55507. Grayscale: #909090. Windows color (decimal): -12932360 or 16296506. OLE color: 16296506.

HSL color Cylindrical-coordinate representation of color #3AAAF8: hue angle of 204.63º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AAAF8 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 170 248 -
CMYK 0.77 0.31 0 0.03
HSL 204.63º 0.93% 0.6% -
HSV(B) 204.63º 0.77% 0.97% -
XYZ 33.06 36.43 94.1 -
YUV 145.4 185.89 65.66 -
System Red Green Blue C M Y K H S L
Decimal 58 170 248 0.77 0.31 0 0.03 204.63 0.93 0.6
Hex 3A AA F8 4D 1F 0 3 CD 5D 3C
Octal 72 252 370 115 37 0 3 315 135 74
Binary 111010 10101010 11111000 1001101 11111 0 11 11001101 1011101 111100

Color Harmonies of #3AAAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAAF8

Black with #3AAAF8

Text Example


Text Example

White with #3AAAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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