Html Css Color HEX #3BC2D7 Summer Sky

📋 copy color: '#3BC2D7'

red 59 ◦ green 194 ◦ blue 215

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

Shades of Summer Sky #3BC2D7

Tints of Summer Sky #3BC2D7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

 BLUE value IS 215 (84.38% from 255) = 45.94%

R = 12.61%
G = 41.45%
B = 45.94%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3BC2D7 (or 0x3BC2D7) is known color: Summer Sky. HEX triplet: 3B, C2 and D7. RGB value is (59,194,215). Sum of RGB (Red+Green+Blue) = 59+194+215=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BC2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2D7 is #C43D28. Grayscale: #9B9B9B. Windows color (decimal): -12860713 or 14139963. OLE color: 14139963.

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

Color convert

RGB 59 194 215 -
CMYK 0.73 0.10 0 0.16
HSL 188.08º 0.66% 0.54% -
HSV(B) 188.08º 0.73% 0.84% -
XYZ 33.36 44.42 71.11 -
YUV 156.03 161.27 58.79 -
System Red Green Blue C M Y K H S L
Decimal 59 194 215 0.73 0.10 0 0.16 188.08 0.66 0.54
Hex 3B C2 D7 49 A 0 10 BC 42 36
Octal 73 302 327 111 12 0 20 274 102 66
Binary 111011 11000010 11010111 1001001 1010 0 10000 10111100 1000010 110110

Color Harmonies of #3BC2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC2D7

Black with #3BC2D7

Text Example


Text Example

White with #3BC2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,194,215); }

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

background-color css

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

 a { background-color: rgb(59,194,215); }

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

border-color css

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

 span { border-color: rgb(59,194,215); }

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