Html Css Color HEX #3FB5CC Viking

📋 copy color: '#3FB5CC'

red 63 ◦ green 181 ◦ blue 204

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

Shades of Viking #3FB5CC

Tints of Viking #3FB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 14.06%
G = 40.4%
B = 45.54%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3FB5CC (or 0x3FB5CC) is known color: Viking. HEX triplet: 3F, B5 and CC. RGB value is (63,181,204). Sum of RGB (Red+Green+Blue) = 63+181+204=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FB5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB5CC is #C04A33. Grayscale: #949494. Windows color (decimal): -12601908 or 13415743. OLE color: 13415743.

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

Color convert

RGB 63 181 204 -
CMYK 0.69 0.11 0 0.2
HSL 189.79º 0.58% 0.52% -
HSV(B) 189.79º 0.69% 0.8% -
XYZ 29.47 38.46 63 -
YUV 148.34 159.41 67.13 -
System Red Green Blue C M Y K H S L
Decimal 63 181 204 0.69 0.11 0 0.2 189.79 0.58 0.52
Hex 3F B5 CC 45 B 0 14 BE 3A 34
Octal 77 265 314 105 13 0 24 276 72 64
Binary 111111 10110101 11001100 1000101 1011 0 10100 10111110 111010 110100

Color Harmonies of #3FB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB5CC

Black with #3FB5CC

Text Example


Text Example

White with #3FB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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