Html Css Color HEX #3ABDD6 Summer Sky

📋 copy color: '#3ABDD6'

red 58 ◦ green 189 ◦ blue 214

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

Shades of Summer Sky #3ABDD6

Tints of Summer Sky #3ABDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 12.58%
G = 41%
B = 46.42%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3ABDD6 (or 0x3ABDD6) is known color: Summer Sky. HEX triplet: 3A, BD and D6. RGB value is (58,189,214). Sum of RGB (Red+Green+Blue) = 58+189+214=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #3ABDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDD6 is #C54229. Grayscale: #989898. Windows color (decimal): -12927530 or 14073146. OLE color: 14073146.

HSL color Cylindrical-coordinate representation of color #3ABDD6: hue angle of 189.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABDD6 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 189 214 -
CMYK 0.73 0.12 0 0.16
HSL 189.62º 0.66% 0.53% -
HSV(B) 189.62º 0.73% 0.84% -
XYZ 32.08 42.15 70.06 -
YUV 152.68 162.6 60.47 -
System Red Green Blue C M Y K H S L
Decimal 58 189 214 0.73 0.12 0 0.16 189.62 0.66 0.53
Hex 3A BD D6 49 C 0 10 BE 42 35
Octal 72 275 326 111 14 0 20 276 102 65
Binary 111010 10111101 11010110 1001001 1100 0 10000 10111110 1000010 110101

Color Harmonies of #3ABDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABDD6

Black with #3ABDD6

Text Example


Text Example

White with #3ABDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,189,214); }

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

background-color css

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

 a { background-color: rgb(58,189,214); }

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

border-color css

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

 span { border-color: rgb(58,189,214); }

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