Html Css Color HEX #51ACF8 Malibu

📋 copy color: '#51ACF8'

red 81 ◦ green 172 ◦ blue 248

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

Shades of Malibu #51ACF8

Tints of Malibu #51ACF8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 248 (97.27% from 255) = 49.5%

R = 16.17%
G = 34.33%
B = 49.5%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#51ACF8 (or 0x51ACF8) is known color: Malibu. HEX triplet: 51, AC and F8. RGB value is (81,172,248). Sum of RGB (Red+Green+Blue) = 81+172+248=501 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.17% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #51ACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ACF8 is #AE5307. Grayscale: #999999. Windows color (decimal): -11424520 or 16297041. OLE color: 16297041.

HSL color Cylindrical-coordinate representation of color #51ACF8: hue angle of 207.31º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51ACF8 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 172 248 -
CMYK 0.67 0.31 0 0.03
HSL 207.31º 0.92% 0.65% -
HSV(B) 207.31º 0.67% 0.97% -
XYZ 35.09 38.03 94.3 -
YUV 153.46 181.35 76.32 -
System Red Green Blue C M Y K H S L
Decimal 81 172 248 0.67 0.31 0 0.03 207.31 0.92 0.65
Hex 51 AC F8 43 1F 0 3 CF 5C 41
Octal 121 254 370 103 37 0 3 317 134 101
Binary 1010001 10101100 11111000 1000011 11111 0 11 11001111 1011100 1000001

Color Harmonies of #51ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ACF8

Black with #51ACF8

Text Example


Text Example

White with #51ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,172,248); }

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

background-color css

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

 a { background-color: rgb(81,172,248); }

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

border-color css

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

 span { border-color: rgb(81,172,248); }

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