Html Css Color HEX #51ADE4 Malibu

📋 copy color: '#51ADE4'

red 81 ◦ green 173 ◦ blue 228

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

Shades of Malibu #51ADE4

Tints of Malibu #51ADE4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 228 (89.45% from 255) = 47.3%

R = 16.8%
G = 35.89%
B = 47.3%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#51ADE4 (or 0x51ADE4) is known color: Malibu. HEX triplet: 51, AD and E4. RGB value is (81,173,228). Sum of RGB (Red+Green+Blue) = 81+173+228=482 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.80% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #51ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADE4 is #AE521B. Grayscale: #979797. Windows color (decimal): -11424284 or 14986577. OLE color: 14986577.

HSL color Cylindrical-coordinate representation of color #51ADE4: hue angle of 202.45º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51ADE4 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 173 228 -
CMYK 0.64 0.24 0 0.11
HSL 202.45º 0.73% 0.61% -
HSV(B) 202.45º 0.64% 0.89% -
XYZ 32.34 37.24 78.88 -
YUV 151.76 171.02 77.53 -
System Red Green Blue C M Y K H S L
Decimal 81 173 228 0.64 0.24 0 0.11 202.45 0.73 0.61
Hex 51 AD E4 40 18 0 B CA 49 3D
Octal 121 255 344 100 30 0 13 312 111 75
Binary 1010001 10101101 11100100 1000000 11000 0 1011 11001010 1001001 111101

Color Harmonies of #51ADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADE4

Black with #51ADE4

Text Example


Text Example

White with #51ADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,173,228); }

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

background-color css

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

 a { background-color: rgb(81,173,228); }

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

border-color css

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

 span { border-color: rgb(81,173,228); }

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