Html Css Color HEX #51B2FE Malibu

📋 copy color: '#51B2FE'

red 81 ◦ green 178 ◦ blue 254

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

Shades of Malibu #51B2FE

Tints of Malibu #51B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 15.79%
G = 34.7%
B = 49.51%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51B2FE (or 0x51B2FE) is known color: Malibu. HEX triplet: 51, B2 and FE. RGB value is (81,178,254). Sum of RGB (Red+Green+Blue) = 81+178+254=513 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.79% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #51B2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B2FE is #AE4D01. Grayscale: #9D9D9D. Windows color (decimal): -11422978 or 16691793. OLE color: 16691793.

HSL color Cylindrical-coordinate representation of color #51B2FE: hue angle of 206.36º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51B2FE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 178 254 -
CMYK 0.68 0.30 0 0.00
HSL 206.36º 0.99% 0.66% -
HSV(B) 206.36º 0.68% 1% -
XYZ 37.2 40.75 99.67 -
YUV 157.66 182.36 73.32 -
System Red Green Blue C M Y K H S L
Decimal 81 178 254 0.68 0.30 0 0.00 206.36 0.99 0.66
Hex 51 B2 FE 44 1E 0 0 CE 63 42
Octal 121 262 376 104 36 0 0 316 143 102
Binary 1010001 10110010 11111110 1000100 11110 0 0 11001110 1100011 1000010

Color Harmonies of #51B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B2FE

Black with #51B2FE

Text Example


Text Example

White with #51B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,178,254); }

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

background-color css

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

 a { background-color: rgb(81,178,254); }

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

border-color css

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

 span { border-color: rgb(81,178,254); }

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