Html Css Color HEX #54B1D7 Viking

📋 copy color: '#54B1D7'

red 84 ◦ green 177 ◦ blue 215

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

Shades of Viking #54B1D7

Tints of Viking #54B1D7

RGB

 RED value IS 84 (33.2% from 255) = 17.65%

 GREEN value IS 177 (69.53% from 255) = 37.18%

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 17.65%
G = 37.18%
B = 45.17%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#54B1D7 (or 0x54B1D7) is known color: Viking. HEX triplet: 54, B1 and D7. RGB value is (84,177,215). Sum of RGB (Red+Green+Blue) = 84+177+215=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #54B1D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B1D7 is #AB4E28. Grayscale: #999999. Windows color (decimal): -11226665 or 14135636. OLE color: 14135636.

HSL color Cylindrical-coordinate representation of color #54B1D7: hue angle of 197.4º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54B1D7 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 177 215 -
CMYK 0.61 0.18 0 0.16
HSL 197.4º 0.62% 0.59% -
HSV(B) 197.4º 0.61% 0.84% -
XYZ 31.64 38.24 70 -
YUV 153.53 162.69 78.41 -
System Red Green Blue C M Y K H S L
Decimal 84 177 215 0.61 0.18 0 0.16 197.4 0.62 0.59
Hex 54 B1 D7 3D 12 0 10 C5 3E 3B
Octal 124 261 327 75 22 0 20 305 76 73
Binary 1010100 10110001 11010111 111101 10010 0 10000 11000101 111110 111011

Color Harmonies of #54B1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B1D7

Black with #54B1D7

Text Example


Text Example

White with #54B1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54B1D7; }

 p { color: rgb(84,177,215); }

 H1.HeaderClassName
 {
   color: #54B1D7;
 }
 .AnyTagClassName
 {
   color: #54B1D7;
 }
</style>

background-color css

<style>
 a { background-color: #54B1D7; }

 a { background-color: rgb(84,177,215); }

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

border-color css

<style>
 span { border-color: #54B1D7; }

 span { border-color: rgb(84,177,215); }

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