Html Css Color HEX #3BBAD6 Summer Sky

📋 copy color: '#3BBAD6'

red 59 ◦ green 186 ◦ blue 214

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

Shades of Summer Sky #3BBAD6

Tints of Summer Sky #3BBAD6

RGB

 RED value IS 59 (23.44% from 255) = 12.85%

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

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

R = 12.85%
G = 40.52%
B = 46.62%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3BBAD6 (or 0x3BBAD6) is known color: Summer Sky. HEX triplet: 3B, BA and D6. RGB value is (59,186,214). Sum of RGB (Red+Green+Blue) = 59+186+214=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #3BBAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBAD6 is #C44529. Grayscale: #969696. Windows color (decimal): -12862762 or 14072379. OLE color: 14072379.

HSL color Cylindrical-coordinate representation of color #3BBAD6: hue angle of 190.84º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BBAD6 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 186 214 -
CMYK 0.72 0.13 0 0.16
HSL 190.84º 0.65% 0.54% -
HSV(B) 190.84º 0.72% 0.84% -
XYZ 31.5 40.9 69.85 -
YUV 151.22 163.42 62.22 -
System Red Green Blue C M Y K H S L
Decimal 59 186 214 0.72 0.13 0 0.16 190.84 0.65 0.54
Hex 3B BA D6 48 D 0 10 BF 41 36
Octal 73 272 326 110 15 0 20 277 101 66
Binary 111011 10111010 11010110 1001000 1101 0 10000 10111111 1000001 110110

Color Harmonies of #3BBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBAD6

Black with #3BBAD6

Text Example


Text Example

White with #3BBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,186,214); }

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

background-color css

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

 a { background-color: rgb(59,186,214); }

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

border-color css

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

 span { border-color: rgb(59,186,214); }

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