Html Css Color HEX #51C8F6 Malibu

📋 copy color: '#51C8F6'

red 81 ◦ green 200 ◦ blue 246

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

Shades of Malibu #51C8F6

Tints of Malibu #51C8F6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.95%

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 15.37%
G = 37.95%
B = 46.68%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#51C8F6 (or 0x51C8F6) is known color: Malibu. HEX triplet: 51, C8 and F6. RGB value is (81,200,246). Sum of RGB (Red+Green+Blue) = 81+200+246=527 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.37% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #51C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8F6 is #AE3709. Grayscale: #A9A9A9. Windows color (decimal): -11417354 or 16173137. OLE color: 16173137.

HSL color Cylindrical-coordinate representation of color #51C8F6: hue angle of 196.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51C8F6 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 200 246 -
CMYK 0.67 0.19 0 0.04
HSL 196.73º 0.9% 0.64% -
HSV(B) 196.73º 0.67% 0.96% -
XYZ 40.68 49.71 94.64 -
YUV 169.66 171.08 64.76 -
System Red Green Blue C M Y K H S L
Decimal 81 200 246 0.67 0.19 0 0.04 196.73 0.9 0.64
Hex 51 C8 F6 43 13 0 4 C5 5A 40
Octal 121 310 366 103 23 0 4 305 132 100
Binary 1010001 11001000 11110110 1000011 10011 0 100 11000101 1011010 1000000

Color Harmonies of #51C8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C8F6

Black with #51C8F6

Text Example


Text Example

White with #51C8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,200,246); }

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

background-color css

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

 a { background-color: rgb(81,200,246); }

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

border-color css

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

 span { border-color: rgb(81,200,246); }

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