Html Css Color HEX #55ADF3 Malibu

📋 copy color: '#55ADF3'

red 85 ◦ green 173 ◦ blue 243

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

Shades of Malibu #55ADF3

Tints of Malibu #55ADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.5%

R = 16.97%
G = 34.53%
B = 48.5%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55ADF3 (or 0x55ADF3) is known color: Malibu. HEX triplet: 55, AD and F3. RGB value is (85,173,243). Sum of RGB (Red+Green+Blue) = 85+173+243=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #55ADF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADF3 is #AA520C. Grayscale: #9A9A9A. Windows color (decimal): -11162125 or 15969621. OLE color: 15969621.

HSL color Cylindrical-coordinate representation of color #55ADF3: hue angle of 206.58º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55ADF3 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 173 243 -
CMYK 0.65 0.29 0 0.05
HSL 206.58º 0.87% 0.64% -
HSV(B) 206.58º 0.65% 0.95% -
XYZ 34.87 38.29 90.35 -
YUV 154.67 177.85 78.31 -
System Red Green Blue C M Y K H S L
Decimal 85 173 243 0.65 0.29 0 0.05 206.58 0.87 0.64
Hex 55 AD F3 41 1D 0 5 CF 57 40
Octal 125 255 363 101 35 0 5 317 127 100
Binary 1010101 10101101 11110011 1000001 11101 0 101 11001111 1010111 1000000

Color Harmonies of #55ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADF3

Black with #55ADF3

Text Example


Text Example

White with #55ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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