Html Css Color HEX #3AAAFA Summer Sky

📋 copy color: '#3AAAFA'

red 58 ◦ green 170 ◦ blue 250

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

Shades of Summer Sky #3AAAFA

Tints of Summer Sky #3AAAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 12.13%
G = 35.56%
B = 52.3%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AAAFA (or 0x3AAAFA) is known color: Summer Sky. HEX triplet: 3A, AA and FA. RGB value is (58,170,250). Sum of RGB (Red+Green+Blue) = 58+170+250=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AAAFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAAFA is #C55505. Grayscale: #919191. Windows color (decimal): -12932358 or 16427578. OLE color: 16427578.

HSL color Cylindrical-coordinate representation of color #3AAAFA: hue angle of 205º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AAAFA is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 170 250 -
CMYK 0.77 0.32 0 0.02
HSL 205º 0.95% 0.6% -
HSV(B) 205º 0.77% 0.98% -
XYZ 33.37 36.55 95.74 -
YUV 145.63 186.89 65.5 -
System Red Green Blue C M Y K H S L
Decimal 58 170 250 0.77 0.32 0 0.02 205 0.95 0.6
Hex 3A AA FA 4D 20 0 2 CD 5F 3C
Octal 72 252 372 115 40 0 2 315 137 74
Binary 111010 10101010 11111010 1001101 100000 0 10 11001101 1011111 111100

Color Harmonies of #3AAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAAFA

Black with #3AAAFA

Text Example


Text Example

White with #3AAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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