#3ad1ef

Color #3AD1EF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3AD1EF

Tints of Summer Sky #3AD1EF

Color information

#3AD1EF (or 0x3AD1EF) is unknown color: approx Summer Sky. HEX triplet: 3A, D1 and EF. RGB value is (58,209,239). Sum of RGB (Red+Green+Blue) = 58+209+239=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AD1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD1EF is #C52E10. Grayscale: #A6A6A6. Windows color (decimal): -12922385 or 15716666. OLE color: 15716666.

HSL color Cylindrical-coordinate representation of color #3AD1EF: hue angle of 189.94º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD1EF is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB58209239-
CMYK0.760.1300.06
HSL189.94º84.98%58.24%-
HSV(B)189.94º75.73%93.73%-
XYZ40.1352.7389.72-
YUV167.27168.4750.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.46%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 239 (93.75% from 255) = 47.23%
R=11.46%
G=41.30%
B=47.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal582092390.760.1300.06189.9484.9858.24
Hex3AD1EF4CD06be553a
Octal72321357114150627612572
Binary1110101101000111101111100110011010110101111101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ad1ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3ad1ef;
 }
 .AnyTagClassName
 {
   color: #3ad1ef;
 }
</style>
background-color css

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

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

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

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

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

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