Html Css Color HEX #55B6EF Malibu

📋 copy color: '#55B6EF'

red 85 ◦ green 182 ◦ blue 239

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

Shades of Malibu #55B6EF

Tints of Malibu #55B6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.97%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 16.8%
G = 35.97%
B = 47.23%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55B6EF (or 0x55B6EF) is known color: Malibu. HEX triplet: 55, B6 and EF. RGB value is (85,182,239). Sum of RGB (Red+Green+Blue) = 85+182+239=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #55B6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B6EF is #AA4910. Grayscale: #9F9F9F. Windows color (decimal): -11159825 or 15709781. OLE color: 15709781.

HSL color Cylindrical-coordinate representation of color #55B6EF: hue angle of 202.21º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B6EF is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 182 239 -
CMYK 0.64 0.24 0 0.06
HSL 202.21º 0.83% 0.64% -
HSV(B) 202.21º 0.64% 0.94% -
XYZ 36.05 41.62 87.79 -
YUV 159.5 172.86 74.87 -
System Red Green Blue C M Y K H S L
Decimal 85 182 239 0.64 0.24 0 0.06 202.21 0.83 0.64
Hex 55 B6 EF 40 18 0 6 CA 53 40
Octal 125 266 357 100 30 0 6 312 123 100
Binary 1010101 10110110 11101111 1000000 11000 0 110 11001010 1010011 1000000

Color Harmonies of #55B6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B6EF

Black with #55B6EF

Text Example


Text Example

White with #55B6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,182,239); }

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

background-color css

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

 a { background-color: rgb(85,182,239); }

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

border-color css

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

 span { border-color: rgb(85,182,239); }

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