Html Css Color HEX #53BDCB Viking

📋 copy color: '#53BDCB'

red 83 ◦ green 189 ◦ blue 203

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

Shades of Viking #53BDCB

Tints of Viking #53BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.79%

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

R = 17.47%
G = 39.79%
B = 42.74%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53BDCB (or 0x53BDCB) is known color: Viking. HEX triplet: 53, BD and CB. RGB value is (83,189,203). Sum of RGB (Red+Green+Blue) = 83+189+203=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #53BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDCB is #AC4234. Grayscale: #9E9E9E. Windows color (decimal): -11289141 or 13352275. OLE color: 13352275.

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

Color convert

RGB 83 189 203 -
CMYK 0.59 0.07 0 0.20
HSL 187º 0.54% 0.56% -
HSV(B) 187º 0.59% 0.8% -
XYZ 32.54 42.55 63 -
YUV 158.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 83 189 203 0.59 0.07 0 0.20 187 0.54 0.56
Hex 53 BD CB 3B 7 0 14 BB 36 38
Octal 123 275 313 73 7 0 24 273 66 70
Binary 1010011 10111101 11001011 111011 111 0 10100 10111011 110110 111000

Color Harmonies of #53BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDCB

Black with #53BDCB

Text Example


Text Example

White with #53BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,189,203); }

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

background-color css

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

 a { background-color: rgb(83,189,203); }

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

border-color css

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

 span { border-color: rgb(83,189,203); }

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