Html Css Color HEX #53C7DF Malibu

📋 copy color: '#53C7DF'

red 83 ◦ green 199 ◦ blue 223

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

Shades of Malibu #53C7DF

Tints of Malibu #53C7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.41%

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

R = 16.44%
G = 39.41%
B = 44.16%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53C7DF (or 0x53C7DF) is known color: Malibu. HEX triplet: 53, C7 and DF. RGB value is (83,199,223). Sum of RGB (Red+Green+Blue) = 83+199+223=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #53C7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C7DF is #AC3820. Grayscale: #A6A6A6. Windows color (decimal): -11286561 or 14665555. OLE color: 14665555.

HSL color Cylindrical-coordinate representation of color #53C7DF: hue angle of 190.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 #53C7DF is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 199 223 -
CMYK 0.63 0.11 0 0.13
HSL 190.29º 0.69% 0.6% -
HSV(B) 190.29º 0.63% 0.87% -
XYZ 37.31 48.01 77.11 -
YUV 167.05 159.57 68.05 -
System Red Green Blue C M Y K H S L
Decimal 83 199 223 0.63 0.11 0 0.13 190.29 0.69 0.6
Hex 53 C7 DF 3F B 0 D BE 45 3C
Octal 123 307 337 77 13 0 15 276 105 74
Binary 1010011 11000111 11011111 111111 1011 0 1101 10111110 1000101 111100

Color Harmonies of #53C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C7DF

Black with #53C7DF

Text Example


Text Example

White with #53C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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