Html Css Color HEX #53ADEB Malibu

📋 copy color: '#53ADEB'

red 83 ◦ green 173 ◦ blue 235

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

Shades of Malibu #53ADEB

Tints of Malibu #53ADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.23%

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 16.9%
G = 35.23%
B = 47.86%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53ADEB (or 0x53ADEB) is known color: Malibu. HEX triplet: 53, AD and EB. RGB value is (83,173,235). Sum of RGB (Red+Green+Blue) = 83+173+235=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #53ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADEB is #AC5214. Grayscale: #989898. Windows color (decimal): -11293205 or 15445331. OLE color: 15445331.

HSL color Cylindrical-coordinate representation of color #53ADEB: hue angle of 204.47º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ADEB is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 173 235 -
CMYK 0.65 0.26 0 0.08
HSL 204.47º 0.79% 0.62% -
HSV(B) 204.47º 0.65% 0.92% -
XYZ 33.51 37.72 84.11 -
YUV 153.16 174.18 77.96 -
System Red Green Blue C M Y K H S L
Decimal 83 173 235 0.65 0.26 0 0.08 204.47 0.79 0.62
Hex 53 AD EB 41 1A 0 8 CC 4F 3E
Octal 123 255 353 101 32 0 10 314 117 76
Binary 1010011 10101101 11101011 1000001 11010 0 1000 11001100 1001111 111110

Color Harmonies of #53ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADEB

Black with #53ADEB

Text Example


Text Example

White with #53ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,235); }

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

background-color css

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

 a { background-color: rgb(83,173,235); }

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

border-color css

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

 span { border-color: rgb(83,173,235); }

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