Html Css Color HEX #55BFF3 Malibu

📋 copy color: '#55BFF3'

red 85 ◦ green 191 ◦ blue 243

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

Shades of Malibu #55BFF3

Tints of Malibu #55BFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.82%

R = 16.38%
G = 36.8%
B = 46.82%

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

#55BFF3 (or 0x55BFF3) is known color: Malibu. HEX triplet: 55, BF and F3. RGB value is (85,191,243). Sum of RGB (Red+Green+Blue) = 85+191+243=519 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.38% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #55BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFF3 is #AA400C. Grayscale: #A4A4A4. Windows color (decimal): -11157517 or 15974229. OLE color: 15974229.

HSL color Cylindrical-coordinate representation of color #55BFF3: hue angle of 199.75º degrees, saturation: 0.87, 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 #55BFF3 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 191 243 -
CMYK 0.65 0.21 0 0.05
HSL 199.75º 0.87% 0.64% -
HSV(B) 199.75º 0.65% 0.95% -
XYZ 38.55 45.66 91.58 -
YUV 165.23 171.88 70.77 -
System Red Green Blue C M Y K H S L
Decimal 85 191 243 0.65 0.21 0 0.05 199.75 0.87 0.64
Hex 55 BF F3 41 15 0 5 C8 57 40
Octal 125 277 363 101 25 0 5 310 127 100
Binary 1010101 10111111 11110011 1000001 10101 0 101 11001000 1010111 1000000

Color Harmonies of #55BFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFF3

Black with #55BFF3

Text Example


Text Example

White with #55BFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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