Html Css Color HEX #3FBBCC Viking

📋 copy color: '#3FBBCC'

red 63 ◦ green 187 ◦ blue 204

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

Shades of Viking #3FBBCC

Tints of Viking #3FBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

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

R = 13.88%
G = 41.19%
B = 44.93%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3FBBCC (or 0x3FBBCC) is known color: Viking. HEX triplet: 3F, BB and CC. RGB value is (63,187,204). Sum of RGB (Red+Green+Blue) = 63+187+204=454 (60% of max value = 765). Red value is 63 (25% from 255 or 13.88% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBBCC is #C04433. Grayscale: #979797. Windows color (decimal): -12600372 or 13417279. OLE color: 13417279.

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

Color convert

RGB 63 187 204 -
CMYK 0.69 0.08 0 0.2
HSL 187.23º 0.58% 0.52% -
HSV(B) 187.23º 0.69% 0.8% -
XYZ 30.72 40.96 63.41 -
YUV 151.86 157.42 64.62 -
System Red Green Blue C M Y K H S L
Decimal 63 187 204 0.69 0.08 0 0.2 187.23 0.58 0.52
Hex 3F BB CC 45 8 0 14 BB 3A 34
Octal 77 273 314 105 10 0 24 273 72 64
Binary 111111 10111011 11001100 1000101 1000 0 10100 10111011 111010 110100

Color Harmonies of #3FBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBBCC

Black with #3FBBCC

Text Example


Text Example

White with #3FBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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