Html Css Color HEX #54AFC2 Viking

📋 copy color: '#54AFC2'

red 84 ◦ green 175 ◦ blue 194

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

Shades of Viking #54AFC2

Tints of Viking #54AFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 18.54%
G = 38.63%
B = 42.83%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#54AFC2 (or 0x54AFC2) is known color: Viking. HEX triplet: 54, AF and C2. RGB value is (84,175,194). Sum of RGB (Red+Green+Blue) = 84+175+194=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #54AFC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFC2 is #AB503D. Grayscale: #959595. Windows color (decimal): -11227198 or 12758868. OLE color: 12758868.

HSL color Cylindrical-coordinate representation of color #54AFC2: hue angle of 190.36º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54AFC2 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 175 194 -
CMYK 0.57 0.10 0 0.24
HSL 190.36º 0.47% 0.55% -
HSV(B) 190.36º 0.57% 0.76% -
XYZ 28.72 36.44 56.56 -
YUV 149.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 84 175 194 0.57 0.10 0 0.24 190.36 0.47 0.55
Hex 54 AF C2 39 A 0 18 BE 2F 37
Octal 124 257 302 71 12 0 30 276 57 67
Binary 1010100 10101111 11000010 111001 1010 0 11000 10111110 101111 110111

Color Harmonies of #54AFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFC2

Black with #54AFC2

Text Example


Text Example

White with #54AFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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