Html Css Color HEX #3FABCC Viking

📋 copy color: '#3FABCC'

red 63 ◦ green 171 ◦ blue 204

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

Shades of Viking #3FABCC

Tints of Viking #3FABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 14.38%
G = 39.04%
B = 46.58%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3FABCC (or 0x3FABCC) is known color: Viking. HEX triplet: 3F, AB and CC. RGB value is (63,171,204). Sum of RGB (Red+Green+Blue) = 63+171+204=438 (58% of max value = 765). Red value is 63 (25% from 255 or 14.38% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABCC is #C05433. Grayscale: #8E8E8E. Windows color (decimal): -12604468 or 13413183. OLE color: 13413183.

HSL color Cylindrical-coordinate representation of color #3FABCC: hue angle of 194.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FABCC is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 171 204 -
CMYK 0.69 0.16 0 0.2
HSL 194.04º 0.58% 0.52% -
HSV(B) 194.04º 0.69% 0.8% -
XYZ 27.51 34.54 62.34 -
YUV 142.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 63 171 204 0.69 0.16 0 0.2 194.04 0.58 0.52
Hex 3F AB CC 45 10 0 14 C2 3A 34
Octal 77 253 314 105 20 0 24 302 72 64
Binary 111111 10101011 11001100 1000101 10000 0 10100 11000010 111010 110100

Color Harmonies of #3FABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FABCC

Black with #3FABCC

Text Example


Text Example

White with #3FABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,171,204); }

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

background-color css

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

 a { background-color: rgb(63,171,204); }

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

border-color css

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

 span { border-color: rgb(63,171,204); }

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