Html Css Color HEX #3AA8FA Summer Sky

📋 copy color: '#3AA8FA'

red 58 ◦ green 168 ◦ blue 250

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

Shades of Summer Sky #3AA8FA

Tints of Summer Sky #3AA8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 12.18%
G = 35.29%
B = 52.52%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AA8FA (or 0x3AA8FA) is known color: Summer Sky. HEX triplet: 3A, A8 and FA. RGB value is (58,168,250). Sum of RGB (Red+Green+Blue) = 58+168+250=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AA8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA8FA is #C55705. Grayscale: #909090. Windows color (decimal): -12932870 or 16427066. OLE color: 16427066.

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

Color convert

RGB 58 168 250 -
CMYK 0.77 0.33 0 0.02
HSL 205.63º 0.95% 0.6% -
HSV(B) 205.63º 0.77% 0.98% -
XYZ 33 35.81 95.61 -
YUV 144.46 187.56 66.33 -
System Red Green Blue C M Y K H S L
Decimal 58 168 250 0.77 0.33 0 0.02 205.63 0.95 0.6
Hex 3A A8 FA 4D 21 0 2 CE 5F 3C
Octal 72 250 372 115 41 0 2 316 137 74
Binary 111010 10101000 11111010 1001101 100001 0 10 11001110 1011111 111100

Color Harmonies of #3AA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA8FA

Black with #3AA8FA

Text Example


Text Example

White with #3AA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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