Html Css Color HEX #55B7EF Malibu

📋 copy color: '#55B7EF'

red 85 ◦ green 183 ◦ blue 239

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

Shades of Malibu #55B7EF

Tints of Malibu #55B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.09%

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

R = 16.77%
G = 36.09%
B = 47.14%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55B7EF (or 0x55B7EF) is known color: Malibu. HEX triplet: 55, B7 and EF. RGB value is (85,183,239). Sum of RGB (Red+Green+Blue) = 85+183+239=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #55B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B7EF is #AA4810. Grayscale: #9F9F9F. Windows color (decimal): -11159569 or 15710037. OLE color: 15710037.

HSL color Cylindrical-coordinate representation of color #55B7EF: hue angle of 201.82º 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 #55B7EF is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 183 239 -
CMYK 0.64 0.23 0 0.06
HSL 201.82º 0.83% 0.64% -
HSV(B) 201.82º 0.64% 0.94% -
XYZ 36.26 42.03 87.86 -
YUV 160.08 172.53 74.45 -
System Red Green Blue C M Y K H S L
Decimal 85 183 239 0.64 0.23 0 0.06 201.82 0.83 0.64
Hex 55 B7 EF 40 17 0 6 CA 53 40
Octal 125 267 357 100 27 0 6 312 123 100
Binary 1010101 10110111 11101111 1000000 10111 0 110 11001010 1010011 1000000

Color Harmonies of #55B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B7EF

Black with #55B7EF

Text Example


Text Example

White with #55B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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