Html Css Color HEX #53BFCC Viking

📋 copy color: '#53BFCC'

red 83 ◦ green 191 ◦ blue 204

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

Shades of Viking #53BFCC

Tints of Viking #53BFCC

RGB

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

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

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

R = 17.36%
G = 39.96%
B = 42.68%

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

#53BFCC (or 0x53BFCC) is known color: Viking. HEX triplet: 53, BF and CC. RGB value is (83,191,204). Sum of RGB (Red+Green+Blue) = 83+191+204=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #53BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFCC is #AC4033. Grayscale: #A0A0A0. Windows color (decimal): -11288628 or 13418323. OLE color: 13418323.

HSL color Cylindrical-coordinate representation of color #53BFCC: hue angle of 186.45º 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 #53BFCC is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 191 204 -
CMYK 0.59 0.06 0 0.2
HSL 186.45º 0.54% 0.56% -
HSV(B) 186.45º 0.59% 0.8% -
XYZ 33.1 43.46 63.77 -
YUV 160.19 152.72 72.94 -
System Red Green Blue C M Y K H S L
Decimal 83 191 204 0.59 0.06 0 0.2 186.45 0.54 0.56
Hex 53 BF CC 3B 6 0 14 BA 36 38
Octal 123 277 314 73 6 0 24 272 66 70
Binary 1010011 10111111 11001100 111011 110 0 10100 10111010 110110 111000

Color Harmonies of #53BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFCC

Black with #53BFCC

Text Example


Text Example

White with #53BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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