Html Css Color HEX #55B4DA Malibu

📋 copy color: '#55B4DA'

red 85 ◦ green 180 ◦ blue 218

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

Shades of Malibu #55B4DA

Tints of Malibu #55B4DA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.27%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 17.6%
G = 37.27%
B = 45.13%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#55B4DA (or 0x55B4DA) is known color: Malibu. HEX triplet: 55, B4 and DA. RGB value is (85,180,218). Sum of RGB (Red+Green+Blue) = 85+180+218=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #55B4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B4DA is #AA4B25. Grayscale: #9B9B9B. Windows color (decimal): -11160358 or 14333013. OLE color: 14333013.

HSL color Cylindrical-coordinate representation of color #55B4DA: hue angle of 197.14º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55B4DA is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 180 218 -
CMYK 0.61 0.17 0 0.15
HSL 197.14º 0.64% 0.59% -
HSV(B) 197.14º 0.61% 0.85% -
XYZ 32.72 39.64 72.26 -
YUV 155.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 85 180 218 0.61 0.17 0 0.15 197.14 0.64 0.59
Hex 55 B4 DA 3D 11 0 F C5 40 3B
Octal 125 264 332 75 21 0 17 305 100 73
Binary 1010101 10110100 11011010 111101 10001 0 1111 11000101 1000000 111011

Color Harmonies of #55B4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B4DA

Black with #55B4DA

Text Example


Text Example

White with #55B4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,180,218); }

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

background-color css

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

 a { background-color: rgb(85,180,218); }

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

border-color css

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

 span { border-color: rgb(85,180,218); }

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