Html Css Color HEX #51EFFF Baby Blue

📋 copy color: '#51EFFF'

red 81 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #51EFFF

Tints of Baby Blue #51EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 255 (100% from 255) = 44.35%

R = 14.09%
G = 41.57%
B = 44.35%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51EFFF (or 0x51EFFF) is known color: Baby Blue. HEX triplet: 51, EF and FF. RGB value is (81,239,255). Sum of RGB (Red+Green+Blue) = 81+239+255=575 (76% of max value = 765). Red value is 81 (32.03% from 255 or 14.09% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #51EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EFFF is #AE1000. Grayscale: #C1C1C1. Windows color (decimal): -11407361 or 16772945. OLE color: 16772945.

HSL color Cylindrical-coordinate representation of color #51EFFF: hue angle of 185.52º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51EFFF is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 239 255 -
CMYK 0.68 0.06 0 0
HSL 185.52º 1% 0.66% -
HSV(B) 185.52º 0.68% 1% -
XYZ 52.31 70.7 105.5 -
YUV 193.58 162.65 47.7 -
System Red Green Blue C M Y K H S L
Decimal 81 239 255 0.68 0.06 0 0 185.52 1 0.66
Hex 51 EF FF 44 6 0 0 BA 64 42
Octal 121 357 377 104 6 0 0 272 144 102
Binary 1010001 11101111 11111111 1000100 110 0 0 10111010 1100100 1000010

Color Harmonies of #51EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EFFF

Black with #51EFFF

Text Example


Text Example

White with #51EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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