Html Css Color HEX #55BCEF Malibu

📋 copy color: '#55BCEF'

red 85 ◦ green 188 ◦ blue 239

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

Shades of Malibu #55BCEF

Tints of Malibu #55BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

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

R = 16.6%
G = 36.72%
B = 46.68%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55BCEF (or 0x55BCEF) is known color: Malibu. HEX triplet: 55, BC and EF. RGB value is (85,188,239). Sum of RGB (Red+Green+Blue) = 85+188+239=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #55BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BCEF is #AA4310. Grayscale: #A2A2A2. Windows color (decimal): -11158289 or 15711317. OLE color: 15711317.

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

Color convert

RGB 85 188 239 -
CMYK 0.64 0.21 0 0.06
HSL 199.87º 0.83% 0.64% -
HSV(B) 199.87º 0.64% 0.94% -
XYZ 37.31 44.13 88.21 -
YUV 163.02 170.88 72.35 -
System Red Green Blue C M Y K H S L
Decimal 85 188 239 0.64 0.21 0 0.06 199.87 0.83 0.64
Hex 55 BC EF 40 15 0 6 C8 53 40
Octal 125 274 357 100 25 0 6 310 123 100
Binary 1010101 10111100 11101111 1000000 10101 0 110 11001000 1010011 1000000

Color Harmonies of #55BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCEF

Black with #55BCEF

Text Example


Text Example

White with #55BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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