Html Css Color HEX #3AAFF8 Summer Sky

📋 copy color: '#3AAFF8'

red 58 ◦ green 175 ◦ blue 248

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

Shades of Summer Sky #3AAFF8

Tints of Summer Sky #3AAFF8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

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

R = 12.06%
G = 36.38%
B = 51.56%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3AAFF8 (or 0x3AAFF8) is known color: Summer Sky. HEX triplet: 3A, AF and F8. RGB value is (58,175,248). Sum of RGB (Red+Green+Blue) = 58+175+248=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #3AAFF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAFF8 is #C55007. Grayscale: #939393. Windows color (decimal): -12931080 or 16297786. OLE color: 16297786.

HSL color Cylindrical-coordinate representation of color #3AAFF8: hue angle of 203.05º 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 #3AAFF8 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 175 248 -
CMYK 0.77 0.29 0 0.03
HSL 203.05º 0.93% 0.6% -
HSV(B) 203.05º 0.77% 0.97% -
XYZ 34.02 38.34 94.41 -
YUV 148.34 184.24 63.56 -
System Red Green Blue C M Y K H S L
Decimal 58 175 248 0.77 0.29 0 0.03 203.05 0.93 0.6
Hex 3A AF F8 4D 1D 0 3 CB 5D 3C
Octal 72 257 370 115 35 0 3 313 135 74
Binary 111010 10101111 11111000 1001101 11101 0 11 11001011 1011101 111100

Color Harmonies of #3AAFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAFF8

Black with #3AAFF8

Text Example


Text Example

White with #3AAFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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