Html Css Color HEX #51B9FA Malibu

📋 copy color: '#51B9FA'

red 81 ◦ green 185 ◦ blue 250

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

Shades of Malibu #51B9FA

Tints of Malibu #51B9FA

RGB

 RED value IS 81 (32.03% from 255) = 15.7%

 GREEN value IS 185 (72.66% from 255) = 35.85%

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 15.7%
G = 35.85%
B = 48.45%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#51B9FA (or 0x51B9FA) is known color: Malibu. HEX triplet: 51, B9 and FA. RGB value is (81,185,250). Sum of RGB (Red+Green+Blue) = 81+185+250=516 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.70% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #51B9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B9FA is #AE4605. Grayscale: #A0A0A0. Windows color (decimal): -11421190 or 16431441. OLE color: 16431441.

HSL color Cylindrical-coordinate representation of color #51B9FA: hue angle of 203.08º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51B9FA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 185 250 -
CMYK 0.68 0.26 0 0.02
HSL 203.08º 0.94% 0.65% -
HSV(B) 203.08º 0.68% 0.98% -
XYZ 38 43.35 96.81 -
YUV 161.31 178.04 70.71 -
System Red Green Blue C M Y K H S L
Decimal 81 185 250 0.68 0.26 0 0.02 203.08 0.94 0.65
Hex 51 B9 FA 44 1A 0 2 CB 5E 41
Octal 121 271 372 104 32 0 2 313 136 101
Binary 1010001 10111001 11111010 1000100 11010 0 10 11001011 1011110 1000001

Color Harmonies of #51B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B9FA

Black with #51B9FA

Text Example


Text Example

White with #51B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51B9FA; }

 p { color: rgb(81,185,250); }

 H1.HeaderClassName
 {
   color: #51B9FA;
 }
 .AnyTagClassName
 {
   color: #51B9FA;
 }
</style>

background-color css

<style>
 a { background-color: #51B9FA; }

 a { background-color: rgb(81,185,250); }

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

border-color css

<style>
 span { border-color: #51B9FA; }

 span { border-color: rgb(81,185,250); }

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