Html Css Color HEX #51AFFE Malibu

📋 copy color: '#51AFFE'

red 81 ◦ green 175 ◦ blue 254

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

Shades of Malibu #51AFFE

Tints of Malibu #51AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.31%

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

R = 15.88%
G = 34.31%
B = 49.8%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51AFFE (or 0x51AFFE) is known color: Malibu. HEX triplet: 51, AF and FE. RGB value is (81,175,254). Sum of RGB (Red+Green+Blue) = 81+175+254=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #51AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51AFFE is #AE5001. Grayscale: #9B9B9B. Windows color (decimal): -11423746 or 16691025. OLE color: 16691025.

HSL color Cylindrical-coordinate representation of color #51AFFE: hue angle of 207.4º 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 #51AFFE is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 175 254 -
CMYK 0.68 0.31 0 0.00
HSL 207.4º 0.99% 0.66% -
HSV(B) 207.4º 0.68% 1% -
XYZ 36.61 39.57 99.47 -
YUV 155.9 183.36 74.58 -
System Red Green Blue C M Y K H S L
Decimal 81 175 254 0.68 0.31 0 0.00 207.4 0.99 0.66
Hex 51 AF FE 44 1F 0 0 CF 63 42
Octal 121 257 376 104 37 0 0 317 143 102
Binary 1010001 10101111 11111110 1000100 11111 0 0 11001111 1100011 1000010

Color Harmonies of #51AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AFFE

Black with #51AFFE

Text Example


Text Example

White with #51AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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