Html Css Color HEX #51F2EF Baby Blue

📋 copy color: '#51F2EF'

red 81 ◦ green 242 ◦ blue 239

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

Shades of Baby Blue #51F2EF

Tints of Baby Blue #51F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 14.41%
G = 43.06%
B = 42.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#51F2EF (or 0x51F2EF) is known color: Baby Blue. HEX triplet: 51, F2 and EF. RGB value is (81,242,239). Sum of RGB (Red+Green+Blue) = 81+242+239=562 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.41% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #51F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51F2EF is #AE0D10. Grayscale: #C1C1C1. Windows color (decimal): -11406609 or 15725137. OLE color: 15725137.

HSL color Cylindrical-coordinate representation of color #51F2EF: hue angle of 178.88º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F2EF is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 242 239 -
CMYK 0.67 0 0.01 0.05
HSL 178.88º 0.86% 0.63% -
HSV(B) 178.88º 0.67% 0.95% -
XYZ 50.73 71.49 92.79 -
YUV 193.52 153.66 47.74 -
System Red Green Blue C M Y K H S L
Decimal 81 242 239 0.67 0 0.01 0.05 178.88 0.86 0.63
Hex 51 F2 EF 43 0 1 5 B3 56 3F
Octal 121 362 357 103 0 1 5 263 126 77
Binary 1010001 11110010 11101111 1000011 0 1 101 10110011 1010110 111111

Color Harmonies of #51F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51F2EF

Black with #51F2EF

Text Example


Text Example

White with #51F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,242,239); }

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

background-color css

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

 a { background-color: rgb(81,242,239); }

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

border-color css

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

 span { border-color: rgb(81,242,239); }

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