Html Css Color HEX #3AADFE Summer Sky

📋 copy color: '#3AADFE'

red 58 ◦ green 173 ◦ blue 254

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

Shades of Summer Sky #3AADFE

Tints of Summer Sky #3AADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 11.96%
G = 35.67%
B = 52.37%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3AADFE (or 0x3AADFE) is known color: Summer Sky. HEX triplet: 3A, AD and FE. RGB value is (58,173,254). Sum of RGB (Red+Green+Blue) = 58+173+254=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADFE is #C55201. Grayscale: #939393. Windows color (decimal): -12931586 or 16690490. OLE color: 16690490.

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

Color convert

RGB 58 173 254 -
CMYK 0.77 0.32 0 0.00
HSL 204.8º 0.99% 0.61% -
HSV(B) 204.8º 0.77% 1% -
XYZ 34.58 37.94 99.27 -
YUV 147.85 187.9 63.91 -
System Red Green Blue C M Y K H S L
Decimal 58 173 254 0.77 0.32 0 0.00 204.8 0.99 0.61
Hex 3A AD FE 4D 20 0 0 CD 63 3D
Octal 72 255 376 115 40 0 0 315 143 75
Binary 111010 10101101 11111110 1001101 100000 0 0 11001101 1100011 111101

Color Harmonies of #3AADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADFE

Black with #3AADFE

Text Example


Text Example

White with #3AADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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