Html Css Color HEX #56F8EF Baby Blue

📋 copy color: '#56F8EF'

red 86 ◦ green 248 ◦ blue 239

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

Shades of Baby Blue #56F8EF

Tints of Baby Blue #56F8EF

RGB

 RED value IS 86 (33.98% from 255) = 15.01%

 GREEN value IS 248 (97.27% from 255) = 43.28%

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

R = 15.01%
G = 43.28%
B = 41.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#56F8EF (or 0x56F8EF) is known color: Baby Blue. HEX triplet: 56, F8 and EF. RGB value is (86,248,239). Sum of RGB (Red+Green+Blue) = 86+248+239=573 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.01% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #56F8EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F8EF is #A90710. Grayscale: #C6C6C6. Windows color (decimal): -11077393 or 15726678. OLE color: 15726678.

HSL color Cylindrical-coordinate representation of color #56F8EF: hue angle of 176.67º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F8EF is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 248 239 -
CMYK 0.65 0 0.04 0.03
HSL 176.67º 0.92% 0.65% -
HSV(B) 176.67º 0.65% 0.97% -
XYZ 52.99 75.35 93.41 -
YUV 198.54 150.83 47.73 -
System Red Green Blue C M Y K H S L
Decimal 86 248 239 0.65 0 0.04 0.03 176.67 0.92 0.65
Hex 56 F8 EF 41 0 4 3 B1 5C 41
Octal 126 370 357 101 0 4 3 261 134 101
Binary 1010110 11111000 11101111 1000001 0 100 11 10110001 1011100 1000001

Color Harmonies of #56F8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F8EF

Black with #56F8EF

Text Example


Text Example

White with #56F8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56F8EF; }

 p { color: rgb(86,248,239); }

 H1.HeaderClassName
 {
   color: #56F8EF;
 }
 .AnyTagClassName
 {
   color: #56F8EF;
 }
</style>

background-color css

<style>
 a { background-color: #56F8EF; }

 a { background-color: rgb(86,248,239); }

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

border-color css

<style>
 span { border-color: #56F8EF; }

 span { border-color: rgb(86,248,239); }

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