Html Css Color HEX #3CBAD1 Summer Sky

📋 copy color: '#3CBAD1'

red 60 ◦ green 186 ◦ blue 209

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

Shades of Summer Sky #3CBAD1

Tints of Summer Sky #3CBAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.93%

R = 13.19%
G = 40.88%
B = 45.93%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3CBAD1 (or 0x3CBAD1) is known color: Summer Sky. HEX triplet: 3C, BA and D1. RGB value is (60,186,209). Sum of RGB (Red+Green+Blue) = 60+186+209=455 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.19% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #3CBAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBAD1 is #C3452E. Grayscale: #969696. Windows color (decimal): -12797231 or 13744700. OLE color: 13744700.

HSL color Cylindrical-coordinate representation of color #3CBAD1: hue angle of 189.26º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CBAD1 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 186 209 -
CMYK 0.71 0.11 0 0.18
HSL 189.26º 0.62% 0.53% -
HSV(B) 189.26º 0.71% 0.82% -
XYZ 30.93 40.68 66.54 -
YUV 150.95 160.76 63.13 -
System Red Green Blue C M Y K H S L
Decimal 60 186 209 0.71 0.11 0 0.18 189.26 0.62 0.53
Hex 3C BA D1 47 B 0 12 BD 3E 35
Octal 74 272 321 107 13 0 22 275 76 65
Binary 111100 10111010 11010001 1000111 1011 0 10010 10111101 111110 110101

Color Harmonies of #3CBAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBAD1

Black with #3CBAD1

Text Example


Text Example

White with #3CBAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,186,209); }

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

background-color css

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

 a { background-color: rgb(60,186,209); }

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

border-color css

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

 span { border-color: rgb(60,186,209); }

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