Html Css Color HEX #5FB2CA Viking

📋 copy color: '#5FB2CA'

red 95 ◦ green 178 ◦ blue 202

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

Shades of Viking #5FB2CA

Tints of Viking #5FB2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 20%
G = 37.47%
B = 42.53%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5FB2CA (or 0x5FB2CA) is known color: Viking. HEX triplet: 5F, B2 and CA. RGB value is (95,178,202). Sum of RGB (Red+Green+Blue) = 95+178+202=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #5FB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB2CA is #A04D35. Grayscale: #9B9B9B. Windows color (decimal): -10505526 or 13283935. OLE color: 13283935.

HSL color Cylindrical-coordinate representation of color #5FB2CA: hue angle of 193.46º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FB2CA is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 178 202 -
CMYK 0.53 0.12 0 0.21
HSL 193.46º 0.5% 0.58% -
HSV(B) 193.46º 0.53% 0.79% -
XYZ 31.3 38.54 61.67 -
YUV 155.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 95 178 202 0.53 0.12 0 0.21 193.46 0.5 0.58
Hex 5F B2 CA 35 C 0 15 C1 32 3A
Octal 137 262 312 65 14 0 25 301 62 72
Binary 1011111 10110010 11001010 110101 1100 0 10101 11000001 110010 111010

Color Harmonies of #5FB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB2CA

Black with #5FB2CA

Text Example


Text Example

White with #5FB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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