#5FB2CB

Color #5FB2CB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5FB2CB

Tints of Viking #5FB2CB

Color information

#5FB2CB (or 0x5FB2CB) is unknown color: approx Viking. HEX triplet: 5F, B2 and CB. RGB value is (95,178,203). Sum of RGB (Red+Green+Blue) = 95+178+203=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #5FB2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB2CB is #A04D34. Grayscale: #9B9B9B. Windows color (decimal): -10505525 or 13349471. OLE color: 13349471.

HSL color Cylindrical-coordinate representation of color #5FB2CB: hue angle of 193.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FB2CB is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95178203-
CMYK0.530.1200.20
HSL193.89º50.94%58.43%-
HSV(B)193.89º53.2%79.61%-
XYZ31.4238.5962.29-
YUV156.03154.584.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.96%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=19.96%
G=37.39%
B=42.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951782030.530.1200.20193.8950.9458.43
Hex5FB2CB35C014c2333a
Octal13726231365140243026372
Binary10111111011001011001011110101110001010011000010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB2CB; }

 p { color: rgb(95,178,203); }

 H1.HeaderClassName
 {
   color: #5FB2CB;
 }
 .AnyTagClassName
 {
   color: #5FB2CB;
 }
</style>
background-color css

<style>
 a { background-color: #5FB2CB; }

 a { background-color: rgb(95,178,203); }

 div.DivClassName
 {
   background-color: #5FB2CB;
 }
 .BgClassName
 {
   background-color: #5FB2CB;
 }
</style>
border-color css

<style>
 span { border-color: #5FB2CB; }

 span { border-color: rgb(95,178,203); }

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