Html Css Color HEX #55BFF8 Malibu

📋 copy color: '#55BFF8'

red 85 ◦ green 191 ◦ blue 248

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

Shades of Malibu #55BFF8

Tints of Malibu #55BFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 36.45%

 BLUE value IS 248 (97.27% from 255) = 47.33%

R = 16.22%
G = 36.45%
B = 47.33%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#55BFF8 (or 0x55BFF8) is known color: Malibu. HEX triplet: 55, BF and F8. RGB value is (85,191,248). Sum of RGB (Red+Green+Blue) = 85+191+248=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #55BFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFF8 is #AA4007. Grayscale: #A5A5A5. Windows color (decimal): -11157512 or 16301909. OLE color: 16301909.

HSL color Cylindrical-coordinate representation of color #55BFF8: hue angle of 200.98º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55BFF8 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 191 248 -
CMYK 0.66 0.23 0 0.03
HSL 200.98º 0.92% 0.65% -
HSV(B) 200.98º 0.66% 0.97% -
XYZ 39.32 45.97 95.61 -
YUV 165.8 174.38 70.37 -
System Red Green Blue C M Y K H S L
Decimal 85 191 248 0.66 0.23 0 0.03 200.98 0.92 0.65
Hex 55 BF F8 42 17 0 3 C9 5C 41
Octal 125 277 370 102 27 0 3 311 134 101
Binary 1010101 10111111 11111000 1000010 10111 0 11 11001001 1011100 1000001

Color Harmonies of #55BFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFF8

Black with #55BFF8

Text Example


Text Example

White with #55BFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,191,248); }

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

background-color css

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

 a { background-color: rgb(85,191,248); }

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

border-color css

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

 span { border-color: rgb(85,191,248); }

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