Html Css Color HEX #3AD1F4 Summer Sky

📋 copy color: '#3AD1F4'

red 58 ◦ green 209 ◦ blue 244

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

Shades of Summer Sky #3AD1F4

Tints of Summer Sky #3AD1F4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.9%

 BLUE value IS 244 (95.7% from 255) = 47.75%

R = 11.35%
G = 40.9%
B = 47.75%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3AD1F4 (or 0x3AD1F4) is known color: Summer Sky. HEX triplet: 3A, D1 and F4. RGB value is (58,209,244). Sum of RGB (Red+Green+Blue) = 58+209+244=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #3AD1F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD1F4 is #C52E0B. Grayscale: #A7A7A7. Windows color (decimal): -12922380 or 16044346. OLE color: 16044346.

HSL color Cylindrical-coordinate representation of color #3AD1F4: hue angle of 191.29º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD1F4 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 209 244 -
CMYK 0.76 0.14 0 0.04
HSL 191.29º 0.89% 0.59% -
HSV(B) 191.29º 0.76% 0.96% -
XYZ 40.87 53.03 93.67 -
YUV 167.84 170.97 49.65 -
System Red Green Blue C M Y K H S L
Decimal 58 209 244 0.76 0.14 0 0.04 191.29 0.89 0.59
Hex 3A D1 F4 4C E 0 4 BF 59 3B
Octal 72 321 364 114 16 0 4 277 131 73
Binary 111010 11010001 11110100 1001100 1110 0 100 10111111 1011001 111011

Color Harmonies of #3AD1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD1F4

Black with #3AD1F4

Text Example


Text Example

White with #3AD1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,209,244); }

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

background-color css

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

 a { background-color: rgb(58,209,244); }

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

border-color css

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

 span { border-color: rgb(58,209,244); }

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