Html Css Color HEX #54AFCB Viking

📋 copy color: '#54AFCB'

red 84 ◦ green 175 ◦ blue 203

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

Shades of Viking #54AFCB

Tints of Viking #54AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.88%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 18.18%
G = 37.88%
B = 43.94%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54AFCB (or 0x54AFCB) is known color: Viking. HEX triplet: 54, AF and CB. RGB value is (84,175,203). Sum of RGB (Red+Green+Blue) = 84+175+203=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #54AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFCB is #AB5034. Grayscale: #969696. Windows color (decimal): -11227189 or 13348692. OLE color: 13348692.

HSL color Cylindrical-coordinate representation of color #54AFCB: hue angle of 194.12º degrees, saturation: 0.53, 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 #54AFCB is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 175 203 -
CMYK 0.59 0.14 0 0.20
HSL 194.12º 0.53% 0.56% -
HSV(B) 194.12º 0.59% 0.8% -
XYZ 29.77 36.86 62.05 -
YUV 150.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 84 175 203 0.59 0.14 0 0.20 194.12 0.53 0.56
Hex 54 AF CB 3B E 0 14 C2 35 38
Octal 124 257 313 73 16 0 24 302 65 70
Binary 1010100 10101111 11001011 111011 1110 0 10100 11000010 110101 111000

Color Harmonies of #54AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFCB

Black with #54AFCB

Text Example


Text Example

White with #54AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,175,203); }

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

background-color css

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

 a { background-color: rgb(84,175,203); }

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

border-color css

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

 span { border-color: rgb(84,175,203); }

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