Html Css Color HEX #3CBAD3 Summer Sky

📋 copy color: '#3CBAD3'

red 60 ◦ green 186 ◦ blue 211

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

Shades of Summer Sky #3CBAD3

Tints of Summer Sky #3CBAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.17%

R = 13.13%
G = 40.7%
B = 46.17%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3CBAD3 (or 0x3CBAD3) is known color: Summer Sky. HEX triplet: 3C, BA and D3. RGB value is (60,186,211). Sum of RGB (Red+Green+Blue) = 60+186+211=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #3CBAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBAD3 is #C3452C. Grayscale: #969696. Windows color (decimal): -12797229 or 13875772. OLE color: 13875772.

HSL color Cylindrical-coordinate representation of color #3CBAD3: hue angle of 189.93º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBAD3 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 186 211 -
CMYK 0.72 0.12 0 0.17
HSL 189.93º 0.63% 0.53% -
HSV(B) 189.93º 0.72% 0.83% -
XYZ 31.18 40.78 67.86 -
YUV 151.18 161.76 62.97 -
System Red Green Blue C M Y K H S L
Decimal 60 186 211 0.72 0.12 0 0.17 189.93 0.63 0.53
Hex 3C BA D3 48 C 0 11 BE 3F 35
Octal 74 272 323 110 14 0 21 276 77 65
Binary 111100 10111010 11010011 1001000 1100 0 10001 10111110 111111 110101

Color Harmonies of #3CBAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBAD3

Black with #3CBAD3

Text Example


Text Example

White with #3CBAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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