Html Css Color HEX #3FACC1 Viking

📋 copy color: '#3FACC1'

red 63 ◦ green 172 ◦ blue 193

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

Shades of Viking #3FACC1

Tints of Viking #3FACC1

RGB

 RED value IS 63 (25% from 255) = 14.72%

 GREEN value IS 172 (67.58% from 255) = 40.19%

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 14.72%
G = 40.19%
B = 45.09%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3FACC1 (or 0x3FACC1) is known color: Viking. HEX triplet: 3F, AC and C1. RGB value is (63,172,193). Sum of RGB (Red+Green+Blue) = 63+172+193=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #3FACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACC1 is #C0533E. Grayscale: #8D8D8D. Windows color (decimal): -12604223 or 12692543. OLE color: 12692543.

HSL color Cylindrical-coordinate representation of color #3FACC1: hue angle of 189.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FACC1 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 172 193 -
CMYK 0.67 0.11 0 0.24
HSL 189.69º 0.51% 0.5% -
HSV(B) 189.69º 0.67% 0.76% -
XYZ 26.43 34.41 55.7 -
YUV 141.8 156.89 71.79 -
System Red Green Blue C M Y K H S L
Decimal 63 172 193 0.67 0.11 0 0.24 189.69 0.51 0.5
Hex 3F AC C1 43 B 0 18 BE 33 32
Octal 77 254 301 103 13 0 30 276 63 62
Binary 111111 10101100 11000001 1000011 1011 0 11000 10111110 110011 110010

Color Harmonies of #3FACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FACC1

Black with #3FACC1

Text Example


Text Example

White with #3FACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,172,193); }

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

background-color css

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

 a { background-color: rgb(63,172,193); }

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

border-color css

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

 span { border-color: rgb(63,172,193); }

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