Html Css Color HEX #51FAEC Baby Blue

📋 copy color: '#51FAEC'

red 81 ◦ green 250 ◦ blue 236

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

Shades of Baby Blue #51FAEC

Tints of Baby Blue #51FAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 14.29%
G = 44.09%
B = 41.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#51FAEC (or 0x51FAEC) is known color: Baby Blue. HEX triplet: 51, FA and EC. RGB value is (81,250,236). Sum of RGB (Red+Green+Blue) = 81+250+236=567 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.29% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAEC is #AE0513. Grayscale: #C5C5C5. Windows color (decimal): -11404564 or 15530577. OLE color: 15530577.

HSL color Cylindrical-coordinate representation of color #51FAEC: hue angle of 175.03º 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 #51FAEC is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 250 236 -
CMYK 0.68 0 0.06 0.02
HSL 175.03º 0.94% 0.65% -
HSV(B) 175.03º 0.68% 0.98% -
XYZ 52.72 76.18 91.28 -
YUV 197.87 149.51 44.64 -
System Red Green Blue C M Y K H S L
Decimal 81 250 236 0.68 0 0.06 0.02 175.03 0.94 0.65
Hex 51 FA EC 44 0 6 2 AF 5E 41
Octal 121 372 354 104 0 6 2 257 136 101
Binary 1010001 11111010 11101100 1000100 0 110 10 10101111 1011110 1000001

Color Harmonies of #51FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FAEC

Black with #51FAEC

Text Example


Text Example

White with #51FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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