Html Css Color HEX #53BEDD Malibu

📋 copy color: '#53BEDD'

red 83 ◦ green 190 ◦ blue 221

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

Shades of Malibu #53BEDD

Tints of Malibu #53BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.46%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 16.8%
G = 38.46%
B = 44.74%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53BEDD (or 0x53BEDD) is known color: Malibu. HEX triplet: 53, BE and DD. RGB value is (83,190,221). Sum of RGB (Red+Green+Blue) = 83+190+221=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #53BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEDD is #AC4122. Grayscale: #A1A1A1. Windows color (decimal): -11288867 or 14532179. OLE color: 14532179.

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

Color convert

RGB 83 190 221 -
CMYK 0.62 0.14 0 0.13
HSL 193.48º 0.67% 0.6% -
HSV(B) 193.48º 0.62% 0.87% -
XYZ 35.03 43.89 75.03 -
YUV 161.54 161.55 71.98 -
System Red Green Blue C M Y K H S L
Decimal 83 190 221 0.62 0.14 0 0.13 193.48 0.67 0.6
Hex 53 BE DD 3E E 0 D C1 43 3C
Octal 123 276 335 76 16 0 15 301 103 74
Binary 1010011 10111110 11011101 111110 1110 0 1101 11000001 1000011 111100

Color Harmonies of #53BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEDD

Black with #53BEDD

Text Example


Text Example

White with #53BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,190,221); }

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

background-color css

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

 a { background-color: rgb(83,190,221); }

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

border-color css

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

 span { border-color: rgb(83,190,221); }

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