Html Css Color HEX #55BFF1 Malibu

📋 copy color: '#55BFF1'

red 85 ◦ green 191 ◦ blue 241

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

Shades of Malibu #55BFF1

Tints of Malibu #55BFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 16.44%
G = 36.94%
B = 46.62%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55BFF1 (or 0x55BFF1) is known color: Malibu. HEX triplet: 55, BF and F1. RGB value is (85,191,241). Sum of RGB (Red+Green+Blue) = 85+191+241=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #55BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFF1 is #AA400E. Grayscale: #A4A4A4. Windows color (decimal): -11157519 or 15843157. OLE color: 15843157.

HSL color Cylindrical-coordinate representation of color #55BFF1: hue angle of 199.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55BFF1 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 191 241 -
CMYK 0.65 0.21 0 0.05
HSL 199.23º 0.85% 0.64% -
HSV(B) 199.23º 0.65% 0.95% -
XYZ 38.25 45.54 89.99 -
YUV 165.01 170.88 70.93 -
System Red Green Blue C M Y K H S L
Decimal 85 191 241 0.65 0.21 0 0.05 199.23 0.85 0.64
Hex 55 BF F1 41 15 0 5 C7 55 40
Octal 125 277 361 101 25 0 5 307 125 100
Binary 1010101 10111111 11110001 1000001 10101 0 101 11000111 1010101 1000000

Color Harmonies of #55BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFF1

Black with #55BFF1

Text Example


Text Example

White with #55BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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