Html Css Color HEX #53BACF Viking

📋 copy color: '#53BACF'

red 83 ◦ green 186 ◦ blue 207

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

Shades of Viking #53BACF

Tints of Viking #53BACF

RGB

 RED value IS 83 (32.81% from 255) = 17.44%

 GREEN value IS 186 (73.05% from 255) = 39.08%

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

R = 17.44%
G = 39.08%
B = 43.49%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53BACF (or 0x53BACF) is known color: Viking. HEX triplet: 53, BA and CF. RGB value is (83,186,207). Sum of RGB (Red+Green+Blue) = 83+186+207=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #53BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BACF is #AC4530. Grayscale: #9D9D9D. Windows color (decimal): -11289905 or 13613651. OLE color: 13613651.

HSL color Cylindrical-coordinate representation of color #53BACF: hue angle of 190.16º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BACF is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 186 207 -
CMYK 0.60 0.10 0 0.19
HSL 190.16º 0.56% 0.57% -
HSV(B) 190.16º 0.6% 0.81% -
XYZ 32.39 41.46 65.33 -
YUV 157.6 155.88 74.79 -
System Red Green Blue C M Y K H S L
Decimal 83 186 207 0.60 0.10 0 0.19 190.16 0.56 0.57
Hex 53 BA CF 3C A 0 13 BE 38 39
Octal 123 272 317 74 12 0 23 276 70 71
Binary 1010011 10111010 11001111 111100 1010 0 10011 10111110 111000 111001

Color Harmonies of #53BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BACF

Black with #53BACF

Text Example


Text Example

White with #53BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BACF; }

 p { color: rgb(83,186,207); }

 H1.HeaderClassName
 {
   color: #53BACF;
 }
 .AnyTagClassName
 {
   color: #53BACF;
 }
</style>

background-color css

<style>
 a { background-color: #53BACF; }

 a { background-color: rgb(83,186,207); }

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

border-color css

<style>
 span { border-color: #53BACF; }

 span { border-color: rgb(83,186,207); }

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