Html Css Color HEX #55ADF5 Malibu

📋 copy color: '#55ADF5'

red 85 ◦ green 173 ◦ blue 245

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

Shades of Malibu #55ADF5

Tints of Malibu #55ADF5

RGB

 RED value IS 85 (33.59% from 255) = 16.9%

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

 BLUE value IS 245 (96.09% from 255) = 48.71%

R = 16.9%
G = 34.39%
B = 48.71%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#55ADF5 (or 0x55ADF5) is known color: Malibu. HEX triplet: 55, AD and F5. RGB value is (85,173,245). Sum of RGB (Red+Green+Blue) = 85+173+245=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #55ADF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADF5 is #AA520A. Grayscale: #9A9A9A. Windows color (decimal): -11162123 or 16100693. OLE color: 16100693.

HSL color Cylindrical-coordinate representation of color #55ADF5: hue angle of 207º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55ADF5 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 173 245 -
CMYK 0.65 0.29 0 0.04
HSL 207º 0.89% 0.65% -
HSV(B) 207º 0.65% 0.96% -
XYZ 35.17 38.41 91.95 -
YUV 154.9 178.85 78.15 -
System Red Green Blue C M Y K H S L
Decimal 85 173 245 0.65 0.29 0 0.04 207 0.89 0.65
Hex 55 AD F5 41 1D 0 4 CF 59 41
Octal 125 255 365 101 35 0 4 317 131 101
Binary 1010101 10101101 11110101 1000001 11101 0 100 11001111 1011001 1000001

Color Harmonies of #55ADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADF5

Black with #55ADF5

Text Example


Text Example

White with #55ADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55ADF5; }

 p { color: rgb(85,173,245); }

 H1.HeaderClassName
 {
   color: #55ADF5;
 }
 .AnyTagClassName
 {
   color: #55ADF5;
 }
</style>

background-color css

<style>
 a { background-color: #55ADF5; }

 a { background-color: rgb(85,173,245); }

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

border-color css

<style>
 span { border-color: #55ADF5; }

 span { border-color: rgb(85,173,245); }

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