Html Css Color HEX #3AADFF Summer Sky

📋 copy color: '#3AADFF'

red 58 ◦ green 173 ◦ blue 255

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

Shades of Summer Sky #3AADFF

Tints of Summer Sky #3AADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

 BLUE value IS 255 (100% from 255) = 52.47%

R = 11.93%
G = 35.6%
B = 52.47%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3AADFF (or 0x3AADFF) is known color: Summer Sky. HEX triplet: 3A, AD and FF. RGB value is (58,173,255). Sum of RGB (Red+Green+Blue) = 58+173+255=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADFF is #C55200. Grayscale: #939393. Windows color (decimal): -12931585 or 16756026. OLE color: 16756026.

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

Color convert

RGB 58 173 255 -
CMYK 0.77 0.32 0 0
HSL 204.97º 1% 0.61% -
HSV(B) 204.97º 0.77% 1% -
XYZ 34.74 38.01 100.11 -
YUV 147.96 188.4 63.83 -
System Red Green Blue C M Y K H S L
Decimal 58 173 255 0.77 0.32 0 0 204.97 1 0.61
Hex 3A AD FF 4D 20 0 0 CD 64 3D
Octal 72 255 377 115 40 0 0 315 144 75
Binary 111010 10101101 11111111 1001101 100000 0 0 11001101 1100100 111101

Color Harmonies of #3AADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADFF

Black with #3AADFF

Text Example


Text Example

White with #3AADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,173,255); }

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

background-color css

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

 a { background-color: rgb(58,173,255); }

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

border-color css

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

 span { border-color: rgb(58,173,255); }

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