Html Css Color HEX #3AD5FA Summer Sky

📋 copy color: '#3AD5FA'

red 58 ◦ green 213 ◦ blue 250

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

Shades of Summer Sky #3AD5FA

Tints of Summer Sky #3AD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.88%

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

R = 11.13%
G = 40.88%
B = 47.98%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AD5FA (or 0x3AD5FA) is known color: Summer Sky. HEX triplet: 3A, D5 and FA. RGB value is (58,213,250). Sum of RGB (Red+Green+Blue) = 58+213+250=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AD5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD5FA is #C52A05. Grayscale: #AAAAAA. Windows color (decimal): -12921350 or 16438586. OLE color: 16438586.

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

Color convert

RGB 58 213 250 -
CMYK 0.77 0.15 0 0.02
HSL 191.56º 0.95% 0.6% -
HSV(B) 191.56º 0.77% 0.98% -
XYZ 42.79 55.39 98.88 -
YUV 170.87 172.65 47.49 -
System Red Green Blue C M Y K H S L
Decimal 58 213 250 0.77 0.15 0 0.02 191.56 0.95 0.6
Hex 3A D5 FA 4D F 0 2 C0 5F 3C
Octal 72 325 372 115 17 0 2 300 137 74
Binary 111010 11010101 11111010 1001101 1111 0 10 11000000 1011111 111100

Color Harmonies of #3AD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD5FA

Black with #3AD5FA

Text Example


Text Example

White with #3AD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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