Html Css Color HEX #53BBCC Viking

📋 copy color: '#53BBCC'

red 83 ◦ green 187 ◦ blue 204

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

Shades of Viking #53BBCC

Tints of Viking #53BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

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

R = 17.51%
G = 39.45%
B = 43.04%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#53BBCC (or 0x53BBCC) is known color: Viking. HEX triplet: 53, BB and CC. RGB value is (83,187,204). Sum of RGB (Red+Green+Blue) = 83+187+204=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #53BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBCC is #AC4433. Grayscale: #9D9D9D. Windows color (decimal): -11289652 or 13417299. OLE color: 13417299.

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

Color convert

RGB 83 187 204 -
CMYK 0.59 0.08 0 0.2
HSL 188.43º 0.54% 0.56% -
HSV(B) 188.43º 0.59% 0.8% -
XYZ 32.24 41.74 63.48 -
YUV 157.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 83 187 204 0.59 0.08 0 0.2 188.43 0.54 0.56
Hex 53 BB CC 3B 8 0 14 BC 36 38
Octal 123 273 314 73 10 0 24 274 66 70
Binary 1010011 10111011 11001100 111011 1000 0 10100 10111100 110110 111000

Color Harmonies of #53BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBCC

Black with #53BBCC

Text Example


Text Example

White with #53BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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