Html Css Color HEX #54BECF Viking

📋 copy color: '#54BECF'

red 84 ◦ green 190 ◦ blue 207

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

Shades of Viking #54BECF

Tints of Viking #54BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 17.46%
G = 39.5%
B = 43.04%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54BECF (or 0x54BECF) is known color: Viking. HEX triplet: 54, BE and CF. RGB value is (84,190,207). Sum of RGB (Red+Green+Blue) = 84+190+207=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #54BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BECF is #AB4130. Grayscale: #A0A0A0. Windows color (decimal): -11223345 or 13614676. OLE color: 13614676.

HSL color Cylindrical-coordinate representation of color #54BECF: hue angle of 188.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BECF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 190 207 -
CMYK 0.59 0.08 0 0.19
HSL 188.29º 0.56% 0.57% -
HSV(B) 188.29º 0.59% 0.81% -
XYZ 33.33 43.22 65.62 -
YUV 160.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 84 190 207 0.59 0.08 0 0.19 188.29 0.56 0.57
Hex 54 BE CF 3B 8 0 13 BC 38 39
Octal 124 276 317 73 10 0 23 274 70 71
Binary 1010100 10111110 11001111 111011 1000 0 10011 10111100 111000 111001

Color Harmonies of #54BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BECF

Black with #54BECF

Text Example


Text Example

White with #54BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,190,207); }

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

background-color css

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

 a { background-color: rgb(84,190,207); }

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

border-color css

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

 span { border-color: rgb(84,190,207); }

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