Html Css Color HEX #3ABADC Summer Sky

📋 copy color: '#3ABADC'

red 58 ◦ green 186 ◦ blue 220

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

Shades of Summer Sky #3ABADC

Tints of Summer Sky #3ABADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 12.5%
G = 40.09%
B = 47.41%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ABADC (or 0x3ABADC) is known color: Summer Sky. HEX triplet: 3A, BA and DC. RGB value is (58,186,220). Sum of RGB (Red+Green+Blue) = 58+186+220=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ABADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABADC is #C54523. Grayscale: #979797. Windows color (decimal): -12928292 or 14465594. OLE color: 14465594.

HSL color Cylindrical-coordinate representation of color #3ABADC: hue angle of 192.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABADC is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 186 220 -
CMYK 0.74 0.15 0 0.14
HSL 192.59º 0.7% 0.55% -
HSV(B) 192.59º 0.74% 0.86% -
XYZ 32.22 41.18 73.96 -
YUV 151.6 166.59 61.24 -
System Red Green Blue C M Y K H S L
Decimal 58 186 220 0.74 0.15 0 0.14 192.59 0.7 0.55
Hex 3A BA DC 4A F 0 E C1 46 37
Octal 72 272 334 112 17 0 16 301 106 67
Binary 111010 10111010 11011100 1001010 1111 0 1110 11000001 1000110 110111

Color Harmonies of #3ABADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABADC

Black with #3ABADC

Text Example


Text Example

White with #3ABADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,186,220); }

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

background-color css

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

 a { background-color: rgb(58,186,220); }

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

border-color css

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

 span { border-color: rgb(58,186,220); }

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