Html Css Color HEX #3ABCD3 Summer Sky

📋 copy color: '#3ABCD3'

red 58 ◦ green 188 ◦ blue 211

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

Shades of Summer Sky #3ABCD3

Tints of Summer Sky #3ABCD3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 211 (82.81% from 255) = 46.17%

R = 12.69%
G = 41.14%
B = 46.17%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3ABCD3 (or 0x3ABCD3) is known color: Summer Sky. HEX triplet: 3A, BC and D3. RGB value is (58,188,211). Sum of RGB (Red+Green+Blue) = 58+188+211=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #3ABCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCD3 is #C5432C. Grayscale: #979797. Windows color (decimal): -12927789 or 13876282. OLE color: 13876282.

HSL color Cylindrical-coordinate representation of color #3ABCD3: hue angle of 189.02º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABCD3 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 188 211 -
CMYK 0.73 0.11 0 0.17
HSL 189.02º 0.63% 0.53% -
HSV(B) 189.02º 0.73% 0.83% -
XYZ 31.49 41.57 67.99 -
YUV 151.75 161.43 61.13 -
System Red Green Blue C M Y K H S L
Decimal 58 188 211 0.73 0.11 0 0.17 189.02 0.63 0.53
Hex 3A BC D3 49 B 0 11 BD 3F 35
Octal 72 274 323 111 13 0 21 275 77 65
Binary 111010 10111100 11010011 1001001 1011 0 10001 10111101 111111 110101

Color Harmonies of #3ABCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABCD3

Black with #3ABCD3

Text Example


Text Example

White with #3ABCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,188,211); }

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

background-color css

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

 a { background-color: rgb(58,188,211); }

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

border-color css

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

 span { border-color: rgb(58,188,211); }

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