Html Css Color HEX #3FADCC Viking

📋 copy color: '#3FADCC'

red 63 ◦ green 173 ◦ blue 204

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

Shades of Viking #3FADCC

Tints of Viking #3FADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.32%

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

R = 14.32%
G = 39.32%
B = 46.36%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3FADCC (or 0x3FADCC) is known color: Viking. HEX triplet: 3F, AD and CC. RGB value is (63,173,204). Sum of RGB (Red+Green+Blue) = 63+173+204=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADCC is #C05233. Grayscale: #8F8F8F. Windows color (decimal): -12603956 or 13413695. OLE color: 13413695.

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

Color convert

RGB 63 173 204 -
CMYK 0.69 0.15 0 0.2
HSL 193.19º 0.58% 0.52% -
HSV(B) 193.19º 0.69% 0.8% -
XYZ 27.89 35.3 62.47 -
YUV 143.64 162.06 70.48 -
System Red Green Blue C M Y K H S L
Decimal 63 173 204 0.69 0.15 0 0.2 193.19 0.58 0.52
Hex 3F AD CC 45 F 0 14 C1 3A 34
Octal 77 255 314 105 17 0 24 301 72 64
Binary 111111 10101101 11001100 1000101 1111 0 10100 11000001 111010 110100

Color Harmonies of #3FADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FADCC

Black with #3FADCC

Text Example


Text Example

White with #3FADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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