Html Css Color HEX #3AD0EA Summer Sky

📋 copy color: '#3AD0EA'

red 58 ◦ green 208 ◦ blue 234

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

Shades of Summer Sky #3AD0EA

Tints of Summer Sky #3AD0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 11.6%
G = 41.6%
B = 46.8%

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

#3AD0EA (or 0x3AD0EA) is known color: Summer Sky. HEX triplet: 3A, D0 and EA. RGB value is (58,208,234). Sum of RGB (Red+Green+Blue) = 58+208+234=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #3AD0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD0EA is #C52F15. Grayscale: #A5A5A5. Windows color (decimal): -12922646 or 15388730. OLE color: 15388730.

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

Color convert

RGB 58 208 234 -
CMYK 0.75 0.11 0 0.08
HSL 188.86º 0.81% 0.57% -
HSV(B) 188.86º 0.75% 0.92% -
XYZ 39.15 51.95 85.81 -
YUV 166.11 166.31 50.89 -
System Red Green Blue C M Y K H S L
Decimal 58 208 234 0.75 0.11 0 0.08 188.86 0.81 0.57
Hex 3A D0 EA 4B B 0 8 BD 51 39
Octal 72 320 352 113 13 0 10 275 121 71
Binary 111010 11010000 11101010 1001011 1011 0 1000 10111101 1010001 111001

Color Harmonies of #3AD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD0EA

Black with #3AD0EA

Text Example


Text Example

White with #3AD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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