#5CC1D0

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

Shades of Viking #5CC1D0

Tints of Viking #5CC1D0

Color information

#5CC1D0 (or 0x5CC1D0) is unknown color: approx Viking. HEX triplet: 5C, C1 and D0. RGB value is (92,193,208). Sum of RGB (Red+Green+Blue) = 92+193+208=493 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.66% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #5CC1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC1D0 is #A33E2F. Grayscale: #A4A4A4. Windows color (decimal): -10698288 or 13680988. OLE color: 13680988.

HSL color Cylindrical-coordinate representation of color #5CC1D0: hue angle of 187.76º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CC1D0 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB92193208-
CMYK0.560.0700.18
HSL187.76º55.24%58.82%-
HSV(B)187.76º55.77%81.57%-
XYZ34.8744.9766.52-
YUV164.51152.5476.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.66%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=18.66%
G=39.15%
B=42.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal921932080.560.0700.18187.7655.2458.82
Hex5CC1D0387012bc373b
Octal1343013207070222746773
Binary1011100110000011101000011100011101001010111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,193,208); }

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

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

 a { background-color: rgb(92,193,208); }

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

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

 span { border-color: rgb(92,193,208); }

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