Html Css Color HEX #5FB4CC Viking

📋 copy color: '#5FB4CC'

red 95 ◦ green 180 ◦ blue 204

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

Shades of Viking #5FB4CC

Tints of Viking #5FB4CC

RGB

 RED value IS 95 (37.5% from 255) = 19.83%

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 19.83%
G = 37.58%
B = 42.59%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5FB4CC (or 0x5FB4CC) is known color: Viking. HEX triplet: 5F, B4 and CC. RGB value is (95,180,204). Sum of RGB (Red+Green+Blue) = 95+180+204=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FB4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB4CC is #A04B33. Grayscale: #9D9D9D. Windows color (decimal): -10505012 or 13415519. OLE color: 13415519.

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

Color convert

RGB 95 180 204 -
CMYK 0.53 0.12 0 0.2
HSL 193.21º 0.52% 0.59% -
HSV(B) 193.21º 0.53% 0.8% -
XYZ 31.94 39.44 63.06 -
YUV 157.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 95 180 204 0.53 0.12 0 0.2 193.21 0.52 0.59
Hex 5F B4 CC 35 C 0 14 C1 34 3B
Octal 137 264 314 65 14 0 24 301 64 73
Binary 1011111 10110100 11001100 110101 1100 0 10100 11000001 110100 111011

Color Harmonies of #5FB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB4CC

Black with #5FB4CC

Text Example


Text Example

White with #5FB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,180,204); }

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

background-color css

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

 a { background-color: rgb(95,180,204); }

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

border-color css

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

 span { border-color: rgb(95,180,204); }

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