Html Css Color HEX #54B3D7 Viking

📋 copy color: '#54B3D7'

red 84 ◦ green 179 ◦ blue 215

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

Shades of Viking #54B3D7

Tints of Viking #54B3D7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

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

R = 17.57%
G = 37.45%
B = 44.98%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#54B3D7 (or 0x54B3D7) is known color: Viking. HEX triplet: 54, B3 and D7. RGB value is (84,179,215). Sum of RGB (Red+Green+Blue) = 84+179+215=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #54B3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B3D7 is #AB4C28. Grayscale: #9A9A9A. Windows color (decimal): -11226153 or 14136148. OLE color: 14136148.

HSL color Cylindrical-coordinate representation of color #54B3D7: hue angle of 196.49º 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 #54B3D7 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 179 215 -
CMYK 0.61 0.17 0 0.16
HSL 196.49º 0.62% 0.59% -
HSV(B) 196.49º 0.61% 0.84% -
XYZ 32.04 39.03 70.13 -
YUV 154.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 84 179 215 0.61 0.17 0 0.16 196.49 0.62 0.59
Hex 54 B3 D7 3D 11 0 10 C4 3E 3B
Octal 124 263 327 75 21 0 20 304 76 73
Binary 1010100 10110011 11010111 111101 10001 0 10000 11000100 111110 111011

Color Harmonies of #54B3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B3D7

Black with #54B3D7

Text Example


Text Example

White with #54B3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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