Html Css Color HEX #51EAFF Baby Blue

📋 copy color: '#51EAFF'

red 81 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #51EAFF

Tints of Baby Blue #51EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.05%

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

R = 14.21%
G = 41.05%
B = 44.74%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51EAFF (or 0x51EAFF) is known color: Baby Blue. HEX triplet: 51, EA and FF. RGB value is (81,234,255). Sum of RGB (Red+Green+Blue) = 81+234+255=570 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.21% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #51EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EAFF is #AE1500. Grayscale: #BEBEBE. Windows color (decimal): -11408641 or 16771665. OLE color: 16771665.

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

Color convert

RGB 81 234 255 -
CMYK 0.68 0.08 0 0
HSL 187.24º 1% 0.66% -
HSV(B) 187.24º 0.68% 1% -
XYZ 50.87 67.81 105.02 -
YUV 190.65 164.31 49.79 -
System Red Green Blue C M Y K H S L
Decimal 81 234 255 0.68 0.08 0 0 187.24 1 0.66
Hex 51 EA FF 44 8 0 0 BB 64 42
Octal 121 352 377 104 10 0 0 273 144 102
Binary 1010001 11101010 11111111 1000100 1000 0 0 10111011 1100100 1000010

Color Harmonies of #51EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EAFF

Black with #51EAFF

Text Example


Text Example

White with #51EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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