Html Css Color HEX #51BCED Malibu

📋 copy color: '#51BCED'

red 81 ◦ green 188 ◦ blue 237

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

Shades of Malibu #51BCED

Tints of Malibu #51BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 16.01%
G = 37.15%
B = 46.84%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51BCED (or 0x51BCED) is known color: Malibu. HEX triplet: 51, BC and ED. RGB value is (81,188,237). Sum of RGB (Red+Green+Blue) = 81+188+237=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #51BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BCED is #AE4312. Grayscale: #A1A1A1. Windows color (decimal): -11420435 or 15580241. OLE color: 15580241.

HSL color Cylindrical-coordinate representation of color #51BCED: hue angle of 198.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51BCED is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 188 237 -
CMYK 0.66 0.21 0 0.07
HSL 198.85º 0.81% 0.62% -
HSV(B) 198.85º 0.66% 0.93% -
XYZ 36.66 43.83 86.65 -
YUV 161.59 170.55 70.52 -
System Red Green Blue C M Y K H S L
Decimal 81 188 237 0.66 0.21 0 0.07 198.85 0.81 0.62
Hex 51 BC ED 42 15 0 7 C7 51 3E
Octal 121 274 355 102 25 0 7 307 121 76
Binary 1010001 10111100 11101101 1000010 10101 0 111 11000111 1010001 111110

Color Harmonies of #51BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCED

Black with #51BCED

Text Example


Text Example

White with #51BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,188,237); }

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

background-color css

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

 a { background-color: rgb(81,188,237); }

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

border-color css

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

 span { border-color: rgb(81,188,237); }

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