Html Css Color HEX #3AD0EB Summer Sky

📋 copy color: '#3AD0EB'

red 58 ◦ green 208 ◦ blue 235

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

Shades of Summer Sky #3AD0EB

Tints of Summer Sky #3AD0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

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

R = 11.58%
G = 41.52%
B = 46.91%

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

#3AD0EB (or 0x3AD0EB) is known color: Summer Sky. HEX triplet: 3A, D0 and EB. RGB value is (58,208,235). Sum of RGB (Red+Green+Blue) = 58+208+235=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AD0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD0EB is #C52F14. Grayscale: #A5A5A5. Windows color (decimal): -12922645 or 15454266. OLE color: 15454266.

HSL color Cylindrical-coordinate representation of color #3AD0EB: hue angle of 189.15º 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 #3AD0EB is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 208 235 -
CMYK 0.75 0.11 0 0.08
HSL 189.15º 0.82% 0.57% -
HSV(B) 189.15º 0.75% 0.92% -
XYZ 39.3 52.01 86.56 -
YUV 166.23 166.81 50.8 -
System Red Green Blue C M Y K H S L
Decimal 58 208 235 0.75 0.11 0 0.08 189.15 0.82 0.57
Hex 3A D0 EB 4B B 0 8 BD 52 39
Octal 72 320 353 113 13 0 10 275 122 71
Binary 111010 11010000 11101011 1001011 1011 0 1000 10111101 1010010 111001

Color Harmonies of #3AD0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD0EB

Black with #3AD0EB

Text Example


Text Example

White with #3AD0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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