Html Css Color HEX #53C0DF Malibu

📋 copy color: '#53C0DF'

red 83 ◦ green 192 ◦ blue 223

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

Shades of Malibu #53C0DF

Tints of Malibu #53C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 16.67%
G = 38.55%
B = 44.78%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53C0DF (or 0x53C0DF) is known color: Malibu. HEX triplet: 53, C0 and DF. RGB value is (83,192,223). Sum of RGB (Red+Green+Blue) = 83+192+223=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #53C0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0DF is #AC3F20. Grayscale: #A2A2A2. Windows color (decimal): -11288353 or 14663763. OLE color: 14663763.

HSL color Cylindrical-coordinate representation of color #53C0DF: hue angle of 193.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53C0DF is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 192 223 -
CMYK 0.63 0.14 0 0.13
HSL 193.29º 0.69% 0.6% -
HSV(B) 193.29º 0.63% 0.87% -
XYZ 35.74 44.87 76.59 -
YUV 162.94 161.89 70.98 -
System Red Green Blue C M Y K H S L
Decimal 83 192 223 0.63 0.14 0 0.13 193.29 0.69 0.6
Hex 53 C0 DF 3F E 0 D C1 45 3C
Octal 123 300 337 77 16 0 15 301 105 74
Binary 1010011 11000000 11011111 111111 1110 0 1101 11000001 1000101 111100

Color Harmonies of #53C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0DF

Black with #53C0DF

Text Example


Text Example

White with #53C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,192,223); }

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

background-color css

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

 a { background-color: rgb(83,192,223); }

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

border-color css

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

 span { border-color: rgb(83,192,223); }

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