Html Css Color HEX #3FACCC Viking

📋 copy color: '#3FACCC'

red 63 ◦ green 172 ◦ blue 204

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

Shades of Viking #3FACCC

Tints of Viking #3FACCC

RGB

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

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

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

R = 14.35%
G = 39.18%
B = 46.47%

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

#3FACCC (or 0x3FACCC) is known color: Viking. HEX triplet: 3F, AC and CC. RGB value is (63,172,204). Sum of RGB (Red+Green+Blue) = 63+172+204=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACCC is #C05333. Grayscale: #8E8E8E. Windows color (decimal): -12604212 or 13413439. OLE color: 13413439.

HSL color Cylindrical-coordinate representation of color #3FACCC: hue angle of 193.62º 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 #3FACCC is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 172 204 -
CMYK 0.69 0.16 0 0.2
HSL 193.62º 0.58% 0.52% -
HSV(B) 193.62º 0.69% 0.8% -
XYZ 27.7 34.92 62.41 -
YUV 143.06 162.39 70.9 -
System Red Green Blue C M Y K H S L
Decimal 63 172 204 0.69 0.16 0 0.2 193.62 0.58 0.52
Hex 3F AC CC 45 10 0 14 C2 3A 34
Octal 77 254 314 105 20 0 24 302 72 64
Binary 111111 10101100 11001100 1000101 10000 0 10100 11000010 111010 110100

Color Harmonies of #3FACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FACCC

Black with #3FACCC

Text Example


Text Example

White with #3FACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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