Html Css Color HEX #3AA8FD Summer Sky

📋 copy color: '#3AA8FD'

red 58 ◦ green 168 ◦ blue 253

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

Shades of Summer Sky #3AA8FD

Tints of Summer Sky #3AA8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 12.11%
G = 35.07%
B = 52.82%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3AA8FD (or 0x3AA8FD) is known color: Summer Sky. HEX triplet: 3A, A8 and FD. RGB value is (58,168,253). Sum of RGB (Red+Green+Blue) = 58+168+253=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AA8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA8FD is #C55702. Grayscale: #909090. Windows color (decimal): -12932867 or 16623674. OLE color: 16623674.

HSL color Cylindrical-coordinate representation of color #3AA8FD: hue angle of 206.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AA8FD is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 168 253 -
CMYK 0.77 0.34 0 0.01
HSL 206.15º 0.98% 0.61% -
HSV(B) 206.15º 0.77% 0.99% -
XYZ 33.48 36 98.11 -
YUV 144.8 189.06 66.09 -
System Red Green Blue C M Y K H S L
Decimal 58 168 253 0.77 0.34 0 0.01 206.15 0.98 0.61
Hex 3A A8 FD 4D 22 0 1 CE 62 3D
Octal 72 250 375 115 42 0 1 316 142 75
Binary 111010 10101000 11111101 1001101 100010 0 1 11001110 1100010 111101

Color Harmonies of #3AA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA8FD

Black with #3AA8FD

Text Example


Text Example

White with #3AA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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