Html Css Color HEX #3CB1DC Summer Sky

📋 copy color: '#3CB1DC'

red 60 ◦ green 177 ◦ blue 220

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

Shades of Summer Sky #3CB1DC

Tints of Summer Sky #3CB1DC

RGB

 RED value IS 60 (23.83% from 255) = 13.13%

 GREEN value IS 177 (69.53% from 255) = 38.73%

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

R = 13.13%
G = 38.73%
B = 48.14%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CB1DC (or 0x3CB1DC) is known color: Summer Sky. HEX triplet: 3C, B1 and DC. RGB value is (60,177,220). Sum of RGB (Red+Green+Blue) = 60+177+220=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CB1DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB1DC is #C34E23. Grayscale: #929292. Windows color (decimal): -12799524 or 14463292. OLE color: 14463292.

HSL color Cylindrical-coordinate representation of color #3CB1DC: hue angle of 196.12º 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 #3CB1DC is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 177 220 -
CMYK 0.73 0.20 0 0.14
HSL 196.13º 0.7% 0.55% -
HSV(B) 196.13º 0.73% 0.86% -
XYZ 30.5 37.57 73.35 -
YUV 146.92 169.24 66 -
System Red Green Blue C M Y K H S L
Decimal 60 177 220 0.73 0.20 0 0.14 196.13 0.7 0.55
Hex 3C B1 DC 49 14 0 E C4 46 37
Octal 74 261 334 111 24 0 16 304 106 67
Binary 111100 10110001 11011100 1001001 10100 0 1110 11000100 1000110 110111

Color Harmonies of #3CB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB1DC

Black with #3CB1DC

Text Example


Text Example

White with #3CB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,177,220); }

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

background-color css

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

 a { background-color: rgb(60,177,220); }

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

border-color css

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

 span { border-color: rgb(60,177,220); }

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