Html Css Color HEX #53BFDF Malibu

📋 copy color: '#53BFDF'

red 83 ◦ green 191 ◦ blue 223

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

Shades of Malibu #53BFDF

Tints of Malibu #53BFDF

RGB

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

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

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

R = 16.7%
G = 38.43%
B = 44.87%

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

#53BFDF (or 0x53BFDF) is known color: Malibu. HEX triplet: 53, BF and DF. RGB value is (83,191,223). Sum of RGB (Red+Green+Blue) = 83+191+223=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #53BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFDF is #AC4020. Grayscale: #A2A2A2. Windows color (decimal): -11288609 or 14663507. OLE color: 14663507.

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

Color convert

RGB 83 191 223 -
CMYK 0.63 0.14 0 0.13
HSL 193.71º 0.69% 0.6% -
HSV(B) 193.71º 0.63% 0.87% -
XYZ 35.52 44.43 76.52 -
YUV 162.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 83 191 223 0.63 0.14 0 0.13 193.71 0.69 0.6
Hex 53 BF DF 3F E 0 D C2 45 3C
Octal 123 277 337 77 16 0 15 302 105 74
Binary 1010011 10111111 11011111 111111 1110 0 1101 11000010 1000101 111100

Color Harmonies of #53BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFDF

Black with #53BFDF

Text Example


Text Example

White with #53BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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