Html Css Color HEX #3AD1EB Summer Sky

📋 copy color: '#3AD1EB'

red 58 ◦ green 209 ◦ blue 235

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

Shades of Summer Sky #3AD1EB

Tints of Summer Sky #3AD1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 11.55%
G = 41.63%
B = 46.81%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AD1EB (or 0x3AD1EB) is known color: Summer Sky. HEX triplet: 3A, D1 and EB. RGB value is (58,209,235). Sum of RGB (Red+Green+Blue) = 58+209+235=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AD1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD1EB is #C52E14. Grayscale: #A6A6A6. Windows color (decimal): -12922389 or 15454522. OLE color: 15454522.

HSL color Cylindrical-coordinate representation of color #3AD1EB: hue angle of 188.81º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD1EB is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 209 235 -
CMYK 0.75 0.11 0 0.08
HSL 188.81º 0.82% 0.57% -
HSV(B) 188.81º 0.75% 0.92% -
XYZ 39.54 52.5 86.65 -
YUV 166.82 166.47 50.39 -
System Red Green Blue C M Y K H S L
Decimal 58 209 235 0.75 0.11 0 0.08 188.81 0.82 0.57
Hex 3A D1 EB 4B B 0 8 BD 52 39
Octal 72 321 353 113 13 0 10 275 122 71
Binary 111010 11010001 11101011 1001011 1011 0 1000 10111101 1010010 111001

Color Harmonies of #3AD1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD1EB

Black with #3AD1EB

Text Example


Text Example

White with #3AD1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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