Html Css Color HEX #3AADFD Summer Sky

📋 copy color: '#3AADFD'

red 58 ◦ green 173 ◦ blue 253

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

Shades of Summer Sky #3AADFD

Tints of Summer Sky #3AADFD

RGB

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

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

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

R = 11.98%
G = 35.74%
B = 52.27%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3AADFD (or 0x3AADFD) is known color: Summer Sky. HEX triplet: 3A, AD and FD. RGB value is (58,173,253). Sum of RGB (Red+Green+Blue) = 58+173+253=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADFD is #C55202. Grayscale: #939393. Windows color (decimal): -12931587 or 16624954. OLE color: 16624954.

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

Color convert

RGB 58 173 253 -
CMYK 0.77 0.32 0 0.01
HSL 204.62º 0.98% 0.61% -
HSV(B) 204.62º 0.77% 0.99% -
XYZ 34.42 37.88 98.43 -
YUV 147.74 187.4 64 -
System Red Green Blue C M Y K H S L
Decimal 58 173 253 0.77 0.32 0 0.01 204.62 0.98 0.61
Hex 3A AD FD 4D 20 0 1 CD 62 3D
Octal 72 255 375 115 40 0 1 315 142 75
Binary 111010 10101101 11111101 1001101 100000 0 1 11001101 1100010 111101

Color Harmonies of #3AADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADFD

Black with #3AADFD

Text Example


Text Example

White with #3AADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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