Html Css Color HEX #54BBCC Viking

📋 copy color: '#54BBCC'

red 84 ◦ green 187 ◦ blue 204

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

Shades of Viking #54BBCC

Tints of Viking #54BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.37%

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

R = 17.68%
G = 39.37%
B = 42.95%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#54BBCC (or 0x54BBCC) is known color: Viking. HEX triplet: 54, BB and CC. RGB value is (84,187,204). Sum of RGB (Red+Green+Blue) = 84+187+204=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #54BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBCC is #AB4433. Grayscale: #9D9D9D. Windows color (decimal): -11224116 or 13417300. OLE color: 13417300.

HSL color Cylindrical-coordinate representation of color #54BBCC: hue angle of 188.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 #54BBCC is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 187 204 -
CMYK 0.59 0.08 0 0.2
HSL 188.5º 0.54% 0.56% -
HSV(B) 188.5º 0.59% 0.8% -
XYZ 32.33 41.79 63.49 -
YUV 158.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 84 187 204 0.59 0.08 0 0.2 188.5 0.54 0.56
Hex 54 BB CC 3B 8 0 14 BC 36 38
Octal 124 273 314 73 10 0 24 274 66 70
Binary 1010100 10111011 11001100 111011 1000 0 10100 10111100 110110 111000

Color Harmonies of #54BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBCC

Black with #54BBCC

Text Example


Text Example

White with #54BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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