#35BCC1

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

Shades of Viking #35BCC1

Tints of Viking #35BCC1

Color information

#35BCC1 (or 0x35BCC1) is unknown color: approx Viking. HEX triplet: 35, BC and C1. RGB value is (53,188,193). Sum of RGB (Red+Green+Blue) = 53+188+193=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #35BCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BCC1 is #CA433E. Grayscale: #949494. Windows color (decimal): -13255487 or 12696629. OLE color: 12696629.

HSL color Cylindrical-coordinate representation of color #35BCC1: hue angle of 182.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35BCC1 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53188193-
CMYK0.730.0300.24
HSL182.14º56.91%48.24%-
HSV(B)182.14º72.54%75.69%-
XYZ29.0840.5756.75-
YUV148.2153.2760.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.21%
GREEN value IS 188 (73.83% from 255) = 43.32%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=12.21%
G=43.32%
B=44.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531881930.730.0300.24182.1456.9148.24
Hex35BCC1493018b63930
Octal6527430111130302667160
Binary110101101111001100000110010011101100010110110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BCC1; }

 p { color: rgb(53,188,193); }

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

<style>
 a { background-color: #35BCC1; }

 a { background-color: rgb(53,188,193); }

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

<style>
 span { border-color: #35BCC1; }

 span { border-color: rgb(53,188,193); }

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