Html Css Color HEX #5DBECC Viking

📋 copy color: '#5DBECC'

red 93 ◦ green 190 ◦ blue 204

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

Shades of Viking #5DBECC

Tints of Viking #5DBECC

RGB

 RED value IS 93 (36.72% from 255) = 19.1%

 GREEN value IS 190 (74.61% from 255) = 39.01%

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

R = 19.1%
G = 39.01%
B = 41.89%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5DBECC (or 0x5DBECC) is known color: Viking. HEX triplet: 5D, BE and CC. RGB value is (93,190,204). Sum of RGB (Red+Green+Blue) = 93+190+204=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBECC is #A24133. Grayscale: #A2A2A2. Windows color (decimal): -10633524 or 13418077. OLE color: 13418077.

HSL color Cylindrical-coordinate representation of color #5DBECC: hue angle of 187.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBECC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 190 204 -
CMYK 0.54 0.07 0 0.2
HSL 187.57º 0.52% 0.58% -
HSV(B) 187.57º 0.54% 0.8% -
XYZ 33.83 43.51 63.74 -
YUV 162.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 93 190 204 0.54 0.07 0 0.2 187.57 0.52 0.58
Hex 5D BE CC 36 7 0 14 BC 34 3A
Octal 135 276 314 66 7 0 24 274 64 72
Binary 1011101 10111110 11001100 110110 111 0 10100 10111100 110100 111010

Color Harmonies of #5DBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBECC

Black with #5DBECC

Text Example


Text Example

White with #5DBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,190,204); }

 H1.HeaderClassName
 {
   color: #5DBECC;
 }
 .AnyTagClassName
 {
   color: #5DBECC;
 }
</style>

background-color css

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

 a { background-color: rgb(93,190,204); }

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

border-color css

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

 span { border-color: rgb(93,190,204); }

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