Html Css Color HEX #55AAF3 Malibu

📋 copy color: '#55AAF3'

red 85 ◦ green 170 ◦ blue 243

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

Shades of Malibu #55AAF3

Tints of Malibu #55AAF3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

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

R = 17.07%
G = 34.14%
B = 48.8%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55AAF3 (or 0x55AAF3) is known color: Malibu. HEX triplet: 55, AA and F3. RGB value is (85,170,243). Sum of RGB (Red+Green+Blue) = 85+170+243=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #55AAF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AAF3 is #AA550C. Grayscale: #989898. Windows color (decimal): -11162893 or 15968853. OLE color: 15968853.

HSL color Cylindrical-coordinate representation of color #55AAF3: hue angle of 207.72º 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 #55AAF3 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 170 243 -
CMYK 0.65 0.30 0 0.05
HSL 207.72º 0.87% 0.64% -
HSV(B) 207.72º 0.65% 0.95% -
XYZ 34.3 37.15 90.16 -
YUV 152.91 178.84 79.56 -
System Red Green Blue C M Y K H S L
Decimal 85 170 243 0.65 0.30 0 0.05 207.72 0.87 0.64
Hex 55 AA F3 41 1E 0 5 D0 57 40
Octal 125 252 363 101 36 0 5 320 127 100
Binary 1010101 10101010 11110011 1000001 11110 0 101 11010000 1010111 1000000

Color Harmonies of #55AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAF3

Black with #55AAF3

Text Example


Text Example

White with #55AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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