Html Css Color HEX #56F2EF Baby Blue

📋 copy color: '#56F2EF'

red 86 ◦ green 242 ◦ blue 239

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

Shades of Baby Blue #56F2EF

Tints of Baby Blue #56F2EF

RGB

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

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

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

R = 15.17%
G = 42.68%
B = 42.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#56F2EF (or 0x56F2EF) is known color: Baby Blue. HEX triplet: 56, F2 and EF. RGB value is (86,242,239). Sum of RGB (Red+Green+Blue) = 86+242+239=567 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.17% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #56F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F2EF is #A90D10. Grayscale: #C2C2C2. Windows color (decimal): -11078929 or 15725142. OLE color: 15725142.

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

Color convert

RGB 86 242 239 -
CMYK 0.64 0 0.01 0.05
HSL 178.85º 0.86% 0.64% -
HSV(B) 178.85º 0.64% 0.95% -
XYZ 51.17 71.71 92.81 -
YUV 195.01 152.82 50.24 -
System Red Green Blue C M Y K H S L
Decimal 86 242 239 0.64 0 0.01 0.05 178.85 0.86 0.64
Hex 56 F2 EF 40 0 1 5 B3 56 40
Octal 126 362 357 100 0 1 5 263 126 100
Binary 1010110 11110010 11101111 1000000 0 1 101 10110011 1010110 1000000

Color Harmonies of #56F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F2EF

Black with #56F2EF

Text Example


Text Example

White with #56F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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