Html Css Color HEX #53BBDF Malibu

📋 copy color: '#53BBDF'

red 83 ◦ green 187 ◦ blue 223

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

Shades of Malibu #53BBDF

Tints of Malibu #53BBDF

RGB

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

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

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

R = 16.84%
G = 37.93%
B = 45.23%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53BBDF (or 0x53BBDF) is known color: Malibu. HEX triplet: 53, BB and DF. RGB value is (83,187,223). Sum of RGB (Red+Green+Blue) = 83+187+223=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #53BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBDF is #AC4420. Grayscale: #9F9F9F. Windows color (decimal): -11289633 or 14662483. OLE color: 14662483.

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

Color convert

RGB 83 187 223 -
CMYK 0.63 0.16 0 0.13
HSL 195.43º 0.69% 0.6% -
HSV(B) 195.43º 0.63% 0.87% -
XYZ 34.66 42.71 76.23 -
YUV 160.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 83 187 223 0.63 0.16 0 0.13 195.43 0.69 0.6
Hex 53 BB DF 3F 10 0 D C3 45 3C
Octal 123 273 337 77 20 0 15 303 105 74
Binary 1010011 10111011 11011111 111111 10000 0 1101 11000011 1000101 111100

Color Harmonies of #53BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBDF

Black with #53BBDF

Text Example


Text Example

White with #53BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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