Html Css Color HEX #3FABBC Viking

📋 copy color: '#3FABBC'

red 63 ◦ green 171 ◦ blue 188

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

Shades of Viking #3FABBC

Tints of Viking #3FABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 14.93%
G = 40.52%
B = 44.55%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3FABBC (or 0x3FABBC) is known color: Viking. HEX triplet: 3F, AB and BC. RGB value is (63,171,188). Sum of RGB (Red+Green+Blue) = 63+171+188=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABBC is #C05443. Grayscale: #8C8C8C. Windows color (decimal): -12604484 or 12364607. OLE color: 12364607.

HSL color Cylindrical-coordinate representation of color #3FABBC: hue angle of 188.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FABBC is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 171 188 -
CMYK 0.66 0.09 0 0.26
HSL 188.16º 0.5% 0.49% -
HSV(B) 188.16º 0.66% 0.74% -
XYZ 25.69 33.81 52.75 -
YUV 140.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 63 171 188 0.66 0.09 0 0.26 188.16 0.5 0.49
Hex 3F AB BC 42 9 0 1A BC 32 31
Octal 77 253 274 102 11 0 32 274 62 61
Binary 111111 10101011 10111100 1000010 1001 0 11010 10111100 110010 110001

Color Harmonies of #3FABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FABBC

Black with #3FABBC

Text Example


Text Example

White with #3FABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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