Html Css Color HEX #3BBCDC Summer Sky

📋 copy color: '#3BBCDC'

red 59 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #3BBCDC

Tints of Summer Sky #3BBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

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

R = 12.63%
G = 40.26%
B = 47.11%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BBCDC (or 0x3BBCDC) is known color: Summer Sky. HEX triplet: 3B, BC and DC. RGB value is (59,188,220). Sum of RGB (Red+Green+Blue) = 59+188+220=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBCDC is #C44323. Grayscale: #989898. Windows color (decimal): -12862244 or 14466107. OLE color: 14466107.

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

Color convert

RGB 59 188 220 -
CMYK 0.73 0.15 0 0.14
HSL 191.93º 0.7% 0.55% -
HSV(B) 191.93º 0.73% 0.86% -
XYZ 32.71 42.06 74.11 -
YUV 153.08 165.76 60.9 -
System Red Green Blue C M Y K H S L
Decimal 59 188 220 0.73 0.15 0 0.14 191.93 0.7 0.55
Hex 3B BC DC 49 F 0 E C0 46 37
Octal 73 274 334 111 17 0 16 300 106 67
Binary 111011 10111100 11011100 1001001 1111 0 1110 11000000 1000110 110111

Color Harmonies of #3BBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBCDC

Black with #3BBCDC

Text Example


Text Example

White with #3BBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,188,220); }

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

background-color css

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

 a { background-color: rgb(59,188,220); }

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

border-color css

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

 span { border-color: rgb(59,188,220); }

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