Html Css Color HEX #51FAF1 Baby Blue

📋 copy color: '#51FAF1'

red 81 ◦ green 250 ◦ blue 241

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

Shades of Baby Blue #51FAF1

Tints of Baby Blue #51FAF1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.71%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 14.16%
G = 43.71%
B = 42.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#51FAF1 (or 0x51FAF1) is known color: Baby Blue. HEX triplet: 51, FA and F1. RGB value is (81,250,241). Sum of RGB (Red+Green+Blue) = 81+250+241=572 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.16% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAF1 is #AE050E. Grayscale: #C6C6C6. Windows color (decimal): -11404559 or 15858257. OLE color: 15858257.

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

Color convert

RGB 81 250 241 -
CMYK 0.68 0 0.04 0.02
HSL 176.8º 0.94% 0.65% -
HSV(B) 176.8º 0.68% 0.98% -
XYZ 53.46 76.47 95.16 -
YUV 198.44 152.01 44.23 -
System Red Green Blue C M Y K H S L
Decimal 81 250 241 0.68 0 0.04 0.02 176.8 0.94 0.65
Hex 51 FA F1 44 0 4 2 B1 5E 41
Octal 121 372 361 104 0 4 2 261 136 101
Binary 1010001 11111010 11110001 1000100 0 100 10 10110001 1011110 1000001

Color Harmonies of #51FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FAF1

Black with #51FAF1

Text Example


Text Example

White with #51FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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