Html Css Color HEX #3CB4DC Summer Sky

📋 copy color: '#3CB4DC'

red 60 ◦ green 180 ◦ blue 220

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

Shades of Summer Sky #3CB4DC

Tints of Summer Sky #3CB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

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

R = 13.04%
G = 39.13%
B = 47.83%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CB4DC (or 0x3CB4DC) is known color: Summer Sky. HEX triplet: 3C, B4 and DC. RGB value is (60,180,220). Sum of RGB (Red+Green+Blue) = 60+180+220=460 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.04% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CB4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB4DC is #C34B23. Grayscale: #949494. Windows color (decimal): -12798756 or 14464060. OLE color: 14464060.

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

Color convert

RGB 60 180 220 -
CMYK 0.73 0.18 0 0.14
HSL 195º 0.7% 0.55% -
HSV(B) 195º 0.73% 0.86% -
XYZ 31.1 38.77 73.55 -
YUV 148.68 168.24 64.75 -
System Red Green Blue C M Y K H S L
Decimal 60 180 220 0.73 0.18 0 0.14 195 0.7 0.55
Hex 3C B4 DC 49 12 0 E C3 46 37
Octal 74 264 334 111 22 0 16 303 106 67
Binary 111100 10110100 11011100 1001001 10010 0 1110 11000011 1000110 110111

Color Harmonies of #3CB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB4DC

Black with #3CB4DC

Text Example


Text Example

White with #3CB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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