Html Css Color HEX #5FB2CC Viking

📋 copy color: '#5FB2CC'

red 95 ◦ green 178 ◦ blue 204

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

Shades of Viking #5FB2CC

Tints of Viking #5FB2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.32%

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

R = 19.92%
G = 37.32%
B = 42.77%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5FB2CC (or 0x5FB2CC) is known color: Viking. HEX triplet: 5F, B2 and CC. RGB value is (95,178,204). Sum of RGB (Red+Green+Blue) = 95+178+204=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FB2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB2CC is #A04D33. Grayscale: #9B9B9B. Windows color (decimal): -10505524 or 13415007. OLE color: 13415007.

HSL color Cylindrical-coordinate representation of color #5FB2CC: hue angle of 194.31º 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 #5FB2CC is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 178 204 -
CMYK 0.53 0.13 0 0.2
HSL 194.31º 0.52% 0.59% -
HSV(B) 194.31º 0.53% 0.8% -
XYZ 31.54 38.63 62.92 -
YUV 156.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 95 178 204 0.53 0.13 0 0.2 194.31 0.52 0.59
Hex 5F B2 CC 35 D 0 14 C2 34 3B
Octal 137 262 314 65 15 0 24 302 64 73
Binary 1011111 10110010 11001100 110101 1101 0 10100 11000010 110100 111011

Color Harmonies of #5FB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB2CC

Black with #5FB2CC

Text Example


Text Example

White with #5FB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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