Html Css Color HEX #3ABADB Summer Sky

📋 copy color: '#3ABADB'

red 58 ◦ green 186 ◦ blue 219

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

Shades of Summer Sky #3ABADB

Tints of Summer Sky #3ABADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 12.53%
G = 40.17%
B = 47.3%

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

#3ABADB (or 0x3ABADB) is known color: Summer Sky. HEX triplet: 3A, BA and DB. RGB value is (58,186,219). Sum of RGB (Red+Green+Blue) = 58+186+219=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ABADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABADB is #C54524. Grayscale: #979797. Windows color (decimal): -12928293 or 14400058. OLE color: 14400058.

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

Color convert

RGB 58 186 219 -
CMYK 0.74 0.15 0 0.14
HSL 192.3º 0.69% 0.54% -
HSV(B) 192.3º 0.74% 0.86% -
XYZ 32.09 41.13 73.27 -
YUV 151.49 166.09 61.32 -
System Red Green Blue C M Y K H S L
Decimal 58 186 219 0.74 0.15 0 0.14 192.3 0.69 0.54
Hex 3A BA DB 4A F 0 E C0 45 36
Octal 72 272 333 112 17 0 16 300 105 66
Binary 111010 10111010 11011011 1001010 1111 0 1110 11000000 1000101 110110

Color Harmonies of #3ABADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABADB

Black with #3ABADB

Text Example


Text Example

White with #3ABADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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