#51F1F9

Color #51F1F9 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #51F1F9

Tints of Baby Blue #51F1F9

Color information

#51F1F9 (or 0x51F1F9) is unknown color: approx Baby Blue. HEX triplet: 51, F1 and F9. RGB value is (81,241,249). Sum of RGB (Red+Green+Blue) = 81+241+249=571 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.19% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #51F1F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51F1F9 is #AE0E06. Grayscale: #C1C1C1. Windows color (decimal): -11406855 or 16380241. OLE color: 16380241.

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

Color convert

RGB81241249-
CMYK0.670.0300.02
HSL182.86º93.33%64.71%-
HSV(B)182.86º67.47%97.65%-
XYZ51.9571.5100.69-
YUV194.07158.9947.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.19%
GREEN value IS 241 (94.53% from 255) = 42.21%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=14.19%
G=42.21%
B=43.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812412490.670.0300.02182.8693.3364.71
Hex51F1F943302b75d41
Octal121361371103302267135101
Binary101000111110001111110011000011110101011011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,241,249); }

 H1.HeaderClassName
 {
   color: #51F1F9;
 }
 .AnyTagClassName
 {
   color: #51F1F9;
 }
</style>
background-color css

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

 a { background-color: rgb(81,241,249); }

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

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

 span { border-color: rgb(81,241,249); }

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