Html Css Color HEX #54BFCC Viking

📋 copy color: '#54BFCC'

red 84 ◦ green 191 ◦ blue 204

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

Shades of Viking #54BFCC

Tints of Viking #54BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

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

R = 17.54%
G = 39.87%
B = 42.59%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#54BFCC (or 0x54BFCC) is known color: Viking. HEX triplet: 54, BF and CC. RGB value is (84,191,204). Sum of RGB (Red+Green+Blue) = 84+191+204=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #54BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BFCC is #AB4033. Grayscale: #A0A0A0. Windows color (decimal): -11223092 or 13418324. OLE color: 13418324.

HSL color Cylindrical-coordinate representation of color #54BFCC: hue angle of 186.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BFCC is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 191 204 -
CMYK 0.59 0.06 0 0.2
HSL 186.5º 0.54% 0.56% -
HSV(B) 186.5º 0.59% 0.8% -
XYZ 33.19 43.51 63.78 -
YUV 160.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 84 191 204 0.59 0.06 0 0.2 186.5 0.54 0.56
Hex 54 BF CC 3B 6 0 14 BA 36 38
Octal 124 277 314 73 6 0 24 272 66 70
Binary 1010100 10111111 11001100 111011 110 0 10100 10111010 110110 111000

Color Harmonies of #54BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BFCC

Black with #54BFCC

Text Example


Text Example

White with #54BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,191,204); }

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

background-color css

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

 a { background-color: rgb(84,191,204); }

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

border-color css

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

 span { border-color: rgb(84,191,204); }

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